﻿.loop_photo_div {
	width: 630px;
	height: 270px;
	overflow: hidden;
	background-color:#000;
	margin:-12px 6px 6px 6px;
	position:relative;
}
#LoopPhotoImg {
	position: relative;
	width: 630px;
	height: 270px;
	overflow: hidden;
}
#LoopPhotoImg div {
	width: 100000px;
}
#LoopPhotoImg dl {
	position: relative;
	width: 630px;
	height: 270px;
	float: left;
	overflow: hidden;
}
#LoopPhotoImg img {
	position: relative;
	width: 630px;
	height: 270px;
}
#LoopPhotoImg dd {
	position: absolute;	
	width: 630px;
	bottom: 0px;
	height:40px;	
	color: #fff;
    background: #000;
	filter: alpha(opacity=80);
	opacity: 0.8;
	
}
#LoopPhotoImg a:hover img 
{
}
#LoopPhotoImg dl.show img {
	FILTER: alpha(opacity=100);
	opacity: 1;
}
#LoopPhotoImg dl.show dd 
{
	background: #000;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
#LoopPhotoTb 
{
	MARGIN: 0px auto;
	position: absolute;
	bottom:0px;
	height:40px;
	width:630px;
	overflow:hidden;
	z-index:9999;
}
#LoopPhotoName
{
    font-size:14px;
    color:#fff;
    font-weight:bold;
    line-height:40px;
    vertical-align:middle;
    display:block;
    width:300px;
    _width:293px;
    padding-left:15px;
    display:block;
    float:left;
}
#LoopPhotoTb em, #LoopPhotoTb span
{
    display:block;
    height:40px;
    width:40px; 
    float:left;
}
.pre_out
{
    background-image:url(../../Images/prephoto.png);
    background-repeat:no-repeat;
    background-position:0 0;
}
.pre_over
{
    background-image:url(../../Images/prephoto.png);
    background-repeat:no-repeat;
    background-position:0 -40px;
}
.next_out
{
    background-image:url(../../Images/nextphoto.png);
    background-repeat:no-repeat;
    background-position:0 0;
}
.next_over
{
    background-image:url(../../Images/nextphoto.png);
    background-repeat:no-repeat;
    background-position:0 -40px;
}
#LoopPhotoTb span
{
   margin:0 3px;
   _margin:0 1px;
}
#LoopPhotoTb span img{
	width: 38px;
	height: 34px;
	border:solid 1px #000;
	margin:2px 3px;
}
#LoopPhotoTb span.show img
{
    border:solid 2px #F30;
    margin:1px 2px;
}
