
.CVGalleryView
{
	position:relative;
	width:100%; 
	height:100%; 
	background-color:#000; 
	z-index:1;
	margin:0px;
	padding:0px;
}
.CVGalleryView .ImagesView
{
	position: relative;
	z-index:10;
	width:100%; 
	height:80%; 

}

.CVGalleryView .ThumbsView
{
	position:relative;
	width:100%; 
	height:20%; 
	overflow:hidden;
}

.CVGalleryView .ImageLeft
{	
	/*position:relative;*/
	z-index:500;
	position:absolute;
	left:0;
	top:0;
	background-image:url(../images/left.png);
	width:40px;
	height:100%;
	background-repeat:no-repeat;
	background-position:center left;
	float:left;
	filter:alpha(opacity=50);
	opacity:0.5;
	cursor:pointer;
	
}

.CVGalleryView .ImageLeft:hover
{
	filter:alpha(opacity=60);
	opacity:0.6;
}

.CVGalleryView .ImageRight
{	
	/*position:relative;*/
	position:absolute;
	right:0;
	top:0;
	z-index:500;
	width:30px;
	height:100%;
	background-image:url(../images/right.png);
	background-repeat:no-repeat;
	background-position:center right;
	float:right;
	filter:alpha(opacity=50);
	opacity:0.5;
	padding-right:10px;
	cursor:pointer;
	
}

.CVGalleryView .ImageRight:hover
{
	filter:alpha(opacity=60);
	opacity:0.6;
}

.CVGalleryView .ThumbLeft
{	
	position:relative;
	z-index:500;
	background-image:url(../images/scroll-left.gif);
	background-color:#000;
	width:20px;
	height:100%;
	background-repeat:no-repeat;
	background-position:center left;
	float:left;	
	cursor:pointer;
	filter:alpha(opacity=60);
	opacity:0.6;
}
.CVGalleryView .ThumbLeft:hover
{
	filter:alpha(opacity=80);
	opacity:0.8;
}
.CVGalleryView .ThumbRight
{	
	position:relative;
	z-index:500;
	background-color:#000;
	background-image:url(../images/scroll-right.gif);
	width:20px;
	height:100%;
	background-repeat:no-repeat;
	background-position:center right;
	float:right;
	cursor:pointer;
	filter:alpha(opacity=60);
	opacity:0.6;
}
.CVGalleryView .ThumbRight:hover
{
	filter:alpha(opacity=80);
	opacity:0.8;
}

.CVGalleryView .ImagesView img
{
	z-index:100;
	position:relative;
	max-width:100%;
	/*width:100%;
	height:100%;*/
	left:0px;
	top:0px;
	
}

.CVGalleryView .ImagesView .shadow
{
	background-image:url(../images/shadow.png);
	background-position:top left;
	position:absolute;
	z-index:300;
	top:0px;
	left:0px;
	width:600px;
	height:300px;
}

.CVGalleryView .ThumbsScroller
{
	position:absolute;
	left:0px;
	z-index:100;
	height:100%;
	width:100%;
	margin-left:20px;

	
}

.CVGalleryView .ThumbsView img
{
	position:relative;
	z-index:100;
	border:none;
	height:80%;
/*	width:15%;*/
	float:left;
	margin:5px;
	vertical-align:middle;	
	cursor:pointer;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.CVGalleryView .ThumbsView img.ie
{
	width:80px;
}

.CVGalleryView .ThumbsView img:hover
{
	filter:alpha(opacity=80);
	opacity:0.8;
}

.CVGalleryView .ImageText
{
	position:absolute;
	text-align:left;
	background-color:#000;
	filter:alpha(opacity=60);
	opacity:0.6;
	width:100%;
	z-index:600;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	padding-top:5px;
	padding-bottom:5px;
}
.CVGalleryView .ImageTitle
{
	position:relative;
	font-size:13px;	
	font-weight:bold;
	margin-left:5px;
}

.CVGalleryView .ImageDescription
{
	position:relative;
	font-size:11px;
	font-weight:normal;
	margin-left:5px;

}