.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 240px; /*width of featured content slider*/
	height: 280px;
    float:left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	
	background: #8f9539 none repeat scroll 0 0;
	color:#ffffff;
	
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;float:left;
/*background: white;*/
width: 240px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}


.pagination{
	text-align: right;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.pagination a{
	padding: 0 5px;
	text-decoration: none;
	background-color: #8f9539;
	background-image: url(choose-color.gif);
	background-repeat: no-repeat;
}

.pagination a:hover, .pagination a.selected{
	/*color: #000;
	background-color: #FFFFFF;*/
	background-image: url(choose-color-selected.gif);
	background-repeat: no-repeat;
}


a.next{
	background-image: url(icon-forward-button.gif);
	background-repeat: no-repeat;
}

a.next:hover {
	background-image: url(icon-forward-button.gif);
	background-repeat: no-repeat;
}

a.prev{
	background-image: url(icon-back-button.gif);
	background-repeat: no-repeat;
}

a.prev:hover {
	background-image: url(icon-back-button.gif);
	background-repeat: no-repeat;
}

box-foto-feature{
    float:left;
    width:240px;
    /*height:350px;*/
    background: #FFFFFF;
    padding:10px;
    margin-bottom:10px; display:inline;
}

.foto-feature-head{
    float:left; width:240px; padding-bottom:8px; padding-top:8px;
}
.foto-feature-head span{
    float:left; font:bold 12px tahoma; color:#ffffff;
}

.select-color{
    float:right;
}

.select-color img{
    float:left; padding-right:5px; display:inline;
}

.foto-feature-image{
    float:left; width:240px;
}

.foto-detail{
    float:left;
    width:240px;
    padding-top:15px;
}

.foto-detail span{
    float:left;
    width:100%; font:bold 12px tahoma; color:#ffffff;
	font-weight:normal;
}

.foto-detail img{
    float:left;
}

.foto-detail p{
    float:left; width:240px;
    font:12px arial; color:#000;
}

#moving-part-right{
    float:left;
    width:235px;
    padding-left:10px;
	background: #8f9539 none repeat scroll 0 0;
	-moz-border-radius:10px;
	
}
