/*
HTML 5 Template Name: CleanLines
File: Slider CSS
Author: OS Templates
Author URI: http://www.os-templates.com/
Licence: <a href="http://www.os-templates.com/template-terms">Website Template Licence</a>
*/

#slider{
	position:relative; 
	display:block; 
	width:550px; 
	height:408px; 
	margin:0 auto; 
	padding:10px 0 0 0;
}
#slider #controls{
	position:absolute; 
	top:10px;
	left:0;
	width:550px;
	height:408px;
}
#slider #controls a{
	background-color:transparent;
}
#slider #controls div{
	display:block; 
	width:760px; 
	height:408px; 
	margin:0 auto; 
	overflow:hidden;
}
#slider a.next, #slider a.prev{
	position:absolute;
	display:block; 
	top:180px; 
	right:0; 
	width:52px; 
	height:52px; 
	z-index:101;
}
#slider .prev{
	left:0;
}