.galleryC1
{
	position: 			relative;	
}

.galleryC1 .bullet
{
	position:			absolute;
	top:				0px;
	left:				0px;
	right:				0px;
}

.galleryC1 .bullet img
{
	cursor: 			pointer;	
}

#gallery_view #gallery_img 
{ 
	position: 			relative;
	border: 			1px solid #000;
	background:			#fff; 
	text-align:			center; 
	margin: 			auto;
	margin-top: 		10px;
	display: 			block;
}

#gallery_view #gallery_img .gallery_imgPrev
{
	position:			absolute;
	top:				0px;
	bottom:				0px;
	left:				0px;
	width:				10%;
	background-color:	#333;
	-moz-opacity:		.0;
	filter:				alpha(opacity=0);
	opacity:			.0;
	cursor: 			pointer;
}
#gallery_view #gallery_img .gallery_imgPrev_on
{
	position:			absolute;
	top:				0px;
	bottom:				0px;
	left:				0px;
	width:				10%;
	background-color:	#333;
	-moz-opacity:		.60;
	filter:				alpha(opacity=60);
	opacity:			.60;
	cursor: 			pointer;
}
#gallery_view #gallery_img .gallery_imgNext
{
	position:			absolute;
	top:				0px;
	bottom:				0px;
	right:				0px;
	width:				10%;
	background-color:	#333;
	-moz-opacity:		.0;
	filter:				alpha(opacity=0);
	opacity:			.0;
	cursor: 			pointer;
}
#gallery_view #gallery_img .gallery_imgNext_on
{
	position:			absolute;
	top:				0px;
	bottom:				0px;
	right:				0px;
	width:				10%;
	background-color:	#333;
	-moz-opacity:		.60;
	filter:				alpha(opacity=60);
	opacity:			.60;
	cursor: 			pointer;
}

#gallery_view #gallery_img .centerme 
{ 
	vertical-align:middle; 
}	
