@charset "utf-8";
/* CSS Document */

#idSelectionContainer{
	border: 1px solid #BEBEBE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	padding: 5px;
	background: url(../images/products/system-tab01img.jpg) no-repeat 50% 60%;
}

/* Rotator Navigation*/

.navigation{
	height: 40px; 
	width: 93%;
	margin: 0 auto;
	position: absolute;
	z-index: 20;
	padding: 100px 0;
}

#idNavContainer{
	
	height: 30px;
	font-size: 20px;
	padding: 5px 0;
	
}

#idLeftButton, #idRightButton{
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:  #666;
	float: left;
	width: 40px;
	height: 17px;
	padding: 10px;
	background-color: #f1f1f1;
	text-shadow: #999 1px 1px 1px;
	
	-webkit-transition: opacity .5s linear;
}

#idRightButton{
	float: right;
	background: url(../images/btn_screenrotator_next.png) no-repeat 100% 0;
	cursor: pointer;
}

#idLeftButton{
	background: url(../images/btn_screenrotator_prev.png) no-repeat 0 0;
	cursor: pointer;
}

#slider{
	text-align: center; 
	width: 195px;
	margin: 0 auto;
	
}

.sliderItem{
	/*
	padding: 20px;
	border: 1px solid #999;
	*/
	width: 100%;
	
}

.sliderItem img{
	/*height: 150px;*/
	border:none;
}


.sliderItem ul{
	text-align: left;
}

.sliderItem a{
	border: none;
}

/*
#screenrotator{
	width: 300px;

}*/

#slider{
	width: 200px;
	margin: 0 auto;
	overflow: hidden;
	display: block;
}

button.prev{
	background: url(../images/btn_screenrotator_prev.gif) no-repeat 0 -37px;
	border: medium none;
	float: left;
	width: 37px;
	height: 37px;
	margin: 75px 0 0 0;
	display: block;
}

button.next{
	background: url(../images/btn_screenrotator_next.gif) no-repeat 0 -37px;
	border: medium none;	
	float: right;
	width: 37px;
	height: 37px;
	display: block;
	margin: 75px 0 0 0;
	
}

button span{
	display: none;
}


#idDetails{
	border: 1px solid #BEBEBE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 5px 0;
	padding: 5px 5px 5px 5px;
	text-align: left	
}

#idDetails h1{
	font-size: 14px;
	border-bottom: 1px solid #f1f1f1;
	
}

.value{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #D6EAEB;
	border: 1px solid #999;
	color: #333;
	padding: 5px;
	text-align:center;
}



