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

.CVGalleryView2 .ImagesView
{
	position: relative;
	z-index:10;
	width:300px; 
	height:220px; 
	left: 0px;
	top: 0px;
	float:left;
	overflow:hidden;
}

.CVGalleryView2 .ThumbsView
{
	position:relative;
	width:100%; 
	height:80px; 
	overflow:hidden;
	clear:both;
	background-color:#3C3C3B;
}

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

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

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

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

.CVGalleryView2 .ThumbLeft
{	
	position:relative;	
	z-index:300;
	background-image:url(../images/scrollleft.gif);
	background-color:#000;
	width:60px;
	height:100%;
	background-repeat:no-repeat;
	background-position:center left;
	float:left;	
	cursor:pointer;
	filter:alpha(opacity=1);
	opacity:0.01;
}
.CVGalleryView2 .ThumbLeft:hover
{
	filter:alpha(opacity=1);
	opacity:0.01;
}
.CVGalleryView2 .ThumbRight
{	
	position:relative;
	z-index:300;
	background-color:#000;
	background-image:url(../images/scrollright.gif);
	width:60px;
	height:100%;
	background-repeat:no-repeat;
	background-position:center right;
	float:right;
	cursor:pointer;
	filter:alpha(opacity=1);
	opacity:0.01;
}
.CVGalleryView2 .ThumbRight:hover
{
	filter:alpha(opacity=1);
	opacity:0.01;
}

.CVGalleryView2 .ImagesView img
{
	z-index:100;
	position:absolute;
	width:300px; 
	height:220px; 
	left:0px;
	top:0px;	
}

.CVGalleryView2 .ImagesView .shadow
{
	background-image:url(images/shadow2.png);
	background-position:top left;
	position:absolute;
	z-index:1000;
	top:0px;
	left:0px;
	width:300px;
	height:220px;
	cursor:pointer;
}

.CVGalleryView2 .ThumbsScroller
{
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:100;
	height:100%;
	width:auto;
	margin-left:20px;
}

.CVGalleryView2 .ThumbsView img
{
	position:relative;
	z-index:100;
	border:none;
	height:40px;
	width:60px;
	float:left;
	margin:20px;
	margin-left:5px;
	margin-right:5px;
	cursor:pointer;
	filter:alpha(opacity=60);
	opacity:0.6;
	vertical-align:middle;
}

.CVGalleryView2 .ThumbsView img.ie
{
	height:44px;
	width:60px;
}

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

.CVGalleryView2 .ImageText
{
	position:relative;
	right:0px;
	top:0px;
	text-align:left;
	background-color:#565858;
	/*filter:alpha(opacity=60);
	opacity:0.6;*/
	width:300px;
	height:220px;
	z-index:600;
	color:#FFF;
	float:right;
}
.CVGalleryView2 .ImageTitle
{
	position:relative;
}

.CVGalleryView2 .ImageDescription
{
	position:relative;
}