﻿.gallery li 
{
	width: 75px;
	height:60px;
}

.gallery img 
{
	width: 64px; 
	height: 50px;
}
.gallery .error 
{
	display:none;
}
	
.gallery_next
{
	background: transparent url(/IS24Web/_V2/Images/icon_gallery_small_right.gif) no-repeat scroll center center;
	cursor: pointer;
	height: 48px;
	width: 38px; 
	top:3px;
	float:left;
	
}

.gallery_prev
{
	background: transparent url(/IS24Web/_V2/Images/icon_gallery_small_left.gif) no-repeat scroll center center;
	cursor: pointer;
	float: left;
	height: 48px;
	width: 38px;       
}

.gallery_prev.disabled
{
	filter: alpha(opacity=30);
	opacity: 0.1;
	-moz-opacity: 0.1;
}

.gallery_next.disabled
{
    filter: alpha(opacity=30);
    opacity: 0.1;
    -moz-opacity: 0.1;
}

.carousel
{
    float:left;
    cursor: pointer;
}

#main_image
{
    float: left;
    vertical-align: middle;
    clear:all;
    padding-top:5px;
	position: relative;    
	padding-bottom:15px;
	width:597px;
}

/* ========== nicked from autoscout ================ */
#main_image .prev
{
    background: url(/IS24Web/_V2/Images/gallery_icon_left.png) no-repeat left center;
    filter: alpha(opacity=20);
    opacity: 0.4;
    -moz-opacity: 0.40;  
    height: 39px;
    width: 73px; 
    z-index:9999;
    position: absolute;
    top: 40px;     
    left: 0px;       
}
#main_image .prev:hover
{
    filter: alpha(opacity=40);
    opacity: 0.9;
    -moz-opacity: 90;
}
#main_image .next
{
    background: url(/IS24Web/_V2/Images/gallery_icon_right.png) no-repeat right center;
    filter: alpha(opacity=20);
    opacity: 0.4;
    -moz-opacity: 0.40;   
    height: 39px;
    width: 73px; 
    z-index:9999;   
    position: absolute;
    top: 40px;
    left: 525px;      
}

#main_image .next:hover
{
    filter: alpha(opacity=40);
    opacity: 1.0;
    -moz-opacity: 100;
}

#main_image div.caption
{
	height:17px;
	font-weight:bold;
	color:#134070;
}

.carousel li.active img
{
	border: solid 2px orange;
}

.centerImage
    {
	display: block;
    text-align: center;
    vertical-align: middle;
	border-width:0px;
	margin:0px;
    }    
    
.centerImage img
{
	border-width:0px;
	margin:0px;
}
    
.galleria_wrapper
{
	padding:0px;
	margin:0px;
	border-width:0px;
	margin:0px;
}

.galleria_container 
{
	padding:0px;
	margin:0px;
	border-width:0px;	
}
