.image_carousel_photos {
	padding: 15px 0 15px 40px;
        position: relative;
        width: 170px;
        margin-bottom: 30px;
}

.image_carousel_comp {
        margin: 0 100px 0 100px;
	padding: 15px 0 15px 0;
        position: relative;
        width: auto;
}

.image_carousel_photos img{
	border: 1px solid #ccc;
	background-color: white;
	padding: 9px;
	margin: 7px;
	display: block;
	float: left;
}
.image_carousel_photos a{
	display: block;
	float: left;
}

.image_carousel_comp #foo2 a {
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075);
	background-color: white;
	padding: 4px;
	display: block;
	float: left;
	width: 100px;
	height: 150px;
	width: 140px;
	margin: 4px;
	position:relative;
	text-align: center;
}

.image_carousel_comp #foo2 span {
	display:block;
	position: absolute;
	bottom:4px;
	left:4px;
	font-family:"yanone_kaffeesatzlight", Arial, sans-serif; font-size:1.2em;margin-bottom:0.2em;
	color:#777;
	text-align: left;
}

.image_carousel_comp #foo2 span b {
	color:#444;
}

.image_carousel_photos a, .image_carousel_comp a {
	display: block;
	float: left;
}
.clearfix {
	float: none;
	clear: both;
}

.image_carousel_photos #prev_btn{
   position:absolute; 
   display:block; 
   width:40px; 
   height:40px; 
   -moz-border-radius:20px; 
   -webkit-border-radius:20px; 
   border-radius:20px; 
   opacity:0.7;
   margin:10px 0 10px -20px; 
   top:0; 
   left:50%; 
   -moz-transform:rotate(90deg); 
   -webkit-transform:rotate(90deg); 
   -o-transform:rotate(90deg); 
   -ms-transform:rotate(90deg);
   background:#000 url(../images/prevArrow.png) center center;
   background-color:#d56916;
}

.image_carousel_photos #next_btn{
   position:absolute; 
   display:block; 
   width:40px; 
   height:40px; 
   -moz-border-radius:20px; 
   -webkit-border-radius:20px; 
   border-radius:20px; 
   opacity:0.7;
   background:#000 url(../images/nextArrow.png) center center;
   background-color:#d56916; 
   margin:10px 0 10px -20px;
   bottom:0; 
   left:50%; 
   -moz-transform:rotate(90deg); 
   -webkit-transform:rotate(90deg); 
   -o-transform:rotate(90deg); 
   -ms-transform:rotate(90deg);
}

.image_carousel_comp #prev_btn{
   position:absolute; 
   display:block; 
   width:40px; 
   height:40px; 
   -moz-border-radius:20px; 
   -webkit-border-radius:20px; 
   border-radius:20px; 
   opacity:0.7;
   margin:10px 0 10px -20px; 
   top:50px; 
   left:0; 
   background:#000 url(../images/prevArrow.png) center center;
   background-color:#d56916;
}

.image_carousel_comp #next_btn{
   position:absolute; 
   display:block; 
   width:40px; 
   height:40px; 
   -moz-border-radius:20px; 
   -webkit-border-radius:20px; 
   border-radius:20px; 
   opacity:0.7;
   background:#000 url(../images/nextArrow.png) center center;
   background-color:#d56916; 
   margin:10px 0 10px -20px;
   top:50px; 
   right:0; 
}

