#photo-slider {
	width: 100%; 
	height: 6px; 
	background: #BBBBBB; 
	position: relative;
	}

.photo_content_holder {
	height: 87px; 

	padding-top: 3px;

	}	
	
.content-item {	
	width: 75px;  
	float: left; 
	display: block;
	border: 3px solid #ffffff;
	}
	
.content-item-active {
	border: 3px solid #7BBC00;
}

.photolist {
	margin-bottom: 20px; 
	width: 1px;
	display: none;
	
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none; 
	user-select: none; 
	}

.photo_slider_title {
	margin-bottom:10px;
	}

.photo_slider_content {
	clear: left;
	width:100%; 
	height: 87px; 
	overflow: hidden;  
	border: solid 1px #DBDBDB;  
	white-space: nowrap;
	}

.photo_slider {
	height: 11px; 
	background :#efefef; 
	margin-bottom: -11px; 
	margin-top: 5px; 
	font-size: 1%;
	}

a.slider_left {float: left; display: block; width: 18px; heigth: 11px; position: absolute; font-size: 1%;}
a.slider_left  {background: url(../66dez/scroll_v4/BtLeft.gif) no-repeat 0 0; width: 18px; heigt: 11px; cursor: pointer;}
a.slider_left:hover  {background: url(../66dez/scroll_v4/BtLeftOn.gif) no-repeat 0 0; width: 18px; heigt: 11px;}
a.slider_left img {border:none;}

a.slider_right {float: right; display: block; width: 18px; heigth: 11px;position: relative; top: -11px; font-size: 1%;}
a.slider_right  {background: url(../66dez/scroll_v4/BtRight.gif) no-repeat 0 0; width: 18px; heigt: 11px;cursor: pointer;}
a.slider_right:hover  {background: url(../66dez/scroll_v4/BtRightOn.gif) no-repeat 0 0; width: 18px; heigt: 11px;}
a.slider_right img {border:none;}

.slider_cursor_content {
	cursor: pointer; 
	height: 11px;  
	margin-left: 20px; 
	margin-right: 20px; 
	font-size: 1%; 
	
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none; 
	user-select: none; 
	}

a.slider_cursor {position: relative; display: none; width: 1px; height: 9px; font-size: 1%; cursor: pointer;}
a.slider_cursor {background: url(../66dez/scroll_v4/Bg.gif) repeat-x 0 0;  border: 1px solid #cecece; }
a.slider_cursor:hover {background: url(../66dez/scroll_v4/BgOn.gif) repeat-x 0 0; border: 1px solid #8CB43E;}
a.slider_cursor img {border:none;}

