.rg-image-wrapper{
	position:relative;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:60px;
	padding-left:60px;
	/*background:transparent url(../images/black.png) repeat top left;*/
	background:#333;
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;*/
	min-height:20px;
}
.rg-image{
	position:relative;
	text-align:center;
	line-height:0px;
	height:600px;/**/
}
.rg-image img{
	/*max-height:100%;
	max-width:100%;*/
	min-height:100px;
	max-height:600px;
	max-width:1200px;
}
.rg-image-nav a{
	position:absolute;
	/*top:270px;*/
	left:0px;
	background:transparent url(../images/nav.png) no-repeat 20px 50%;
	
	width:60px;
	height:75px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.5;
	outline:none;
	/*-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;*/
	z-index:9999;
}
.rg-image-nav a.rg-image-nav-next{
	right:0px;
	left:auto;
	background-position:-47.5px 50%;
	/*-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;*/
	width:60px;
	height:75px;
}
.rg-image-nav-prev:hover{
	background:#222 url(../images/nav.png) no-repeat 20px 50%;
	opacity:0.8;
}


.rg-image-nav-next:hover{
	background:#222 url(../images/nav.png) no-repeat -47.5px 50%;
	opacity:0.8;
}
.rg-caption {
	text-align:center;
	/*padding-top:7px;
	padding-bottom:7px;*/
	position:relative;
	background:#232323;
	color:#666;
	height:30px;
	
}
.rg-caption p{
	font-size:12px;
	letter-spacing:1px;
	height:30px;
	/*line-height:16px;*/
	padding:0 15px;
	text-transform:uppercase;
}
.rg-view{
	height:30px;
	
	/**Òþ²Ø**/
	
	display:none;
}
.rg-view a{
	display:block;
	float:right;
	width:16px;
	height:16px;
	margin-right:3px;
	background:#464646 url(../images/views.png) no-repeat top left;
	border:3px solid #464646;
	opacity:0.8;
}
.rg-view a:hover{
	opacity:1.0;
}
.rg-view a.rg-view-full{
	background-position:0px 0px;
}
.rg-view a.rg-view-selected{
	background-color:#6f6f6f;
	border-color:#6f6f6f;
}
.rg-view a.rg-view-thumbs{
	background-position:0px -16px;
}
.rg-loading{
	width:46px;
	height:46px;
	position:absolute;
	top:50%;
	left:50%;
	background:#000 url(../images/ajax-loader.gif) no-repeat center center;
	margin:-23px 0px 0px -23px;
	z-index:100;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity:0.8;
}

#ShowOrHideThumbs
{
    border-left:1px solid #333;/*padding:0px 10px;width:100px;*/height:30px;display:inline-block;line-height:245%;color:#999;padding-left: 12px;padding-right: 24px;min-width:65px;
}


#ShowOrHideThumbs:hover
{
    color:#ccc;
}

.HideThumbs
{
    
    background:url("../images/thumbHide.png") no-repeat scroll 80px 13px;
    cursor:pointer;
}


.ShowThumbs
{
    
    background:url("../images/thumbShow.png") no-repeat scroll 80px 13px;
    cursor:pointer;
}



#theTitle
{
    border-left:1px solid #333;padding:0px 10px;height:30px;display:inline-block;line-height:245%;min-width:60px;
}

#theIndex
{
    border-left:1px solid #333;padding:0px 10px;height:30px;display:inline-block;line-height:245%;min-width:41px;
}


#fullscreen
{
    border-left:1px solid #333;border-right:1px solid #333;/*padding:0px 10px;width:60px;*/height:30px;display:inline-block;line-height:245%;color:#999;background:url("../images/fullscreen.png") no-repeat scroll 41px 10px;padding-left: 12px;padding-right: 24px; min-width:26px;
}

#fullscreen:hover
{
    cursor:pointer;
    color:#ccc;
}

#exitfullscreen
{
    position:fixed;
    right:10px;
    top:0px;
    cursor:pointer;
    color:#fff;
    font-size:40px;
    z-index:99999999;
    opacity:0.6;
}

#exitfullscreen:hover
{
    opacity:0.8;
}

/*.PlayOrPauseSlideDiv
{
	width:100%;
	height:35px;
	position:fixed;
	bottom:10px;
	text-align:center;
}*/

#PlayOrPauseTheSlide
{
	display:inline-block;
	width:70px;
	height:36px;
	border-radius:2px;
	
	opacity:0.6;
	position:fixed;
	bottom:10px;
	left:50%;
	z-index:99999999;
	cursor:pointer;
	margin-left:-35px;
}

#PlayOrPauseTheSlide:hover
{
	opacity:0.8;
}


.PlayTheSlide
{
	background:#000 url("../images/play.png") no-repeat scroll 25px 6px;
}


.PauseTheSlide
{
	background:#000 url("../images/pause.png") no-repeat scroll 25px 6px;
}


#thePhotoName
{
	width:420px;margin:0 auto; text-align:center; padding-top:9px;padding-bottom:9px; color:#ccc; font-size:16px;font-family:MicroSoft yahei; font-weight:bolder; background:#383838;
} 