#wt-slider-container
{
	
	border-radius: 0 20px 0 20px;
	margin-left:98px;
	margin-top:40px;
	width:550px;
	height:275px;
}
		
#img-container
{
	
	border-radius: 0 20px 0 20px;
	width:550px;
	height:275px;
	margin:auto;	
	/*border:inset 2px;
	*/
}
		
#wt-slider-container img
{
	
	border-radius: 0 20px 0 20px;
	width:inherit;
	height:275px;
}
		
#description
{
	display:none;
	text-align:center;
	width:555px;
	background:#333;
	color:#fff;
	border-top:2px solid #000;
}
		
#prev
{
	opacity:0.2;
	float:left;
	width:50px;
	height:50px;	
}
		
#prev:hover
{
	opacity:1.0;
}
		
#next
{
	opacity:0.2;
	float:right;
	width:50px;
	height:50px;
}
		
#next:hover
{
	opacity:1.0;
}
		
.select-container
{
	position:absolute;
	top:540px;
	right:358px;
	width:100px;
}

.select
{
	float:left;
	width:5px;
	height:5px;
	border-radius:10px;
	text-align:center;
	padding:5px;
	margin:4px;
	background:#222;
	border-right:1px solid #000;
}
		
.navigate-container
{

}
	
.select:hover
{
	background:#FFF;
}
		
.slider-active
{
	background:#FFF;
}

#wt-slider-container .navigate-container img{
	width:40px;
	height:auto;
	margin:5px;
	position:absolute;
	top:410px;
}
#leftButton{
	float: left;
}
#rightButton{
	float: right;
	margin-right: 50px;
}