#gallery{
            width:992px;
            height:313px;
            position:relative;
            padding:0 0 0 1px;
            margin:0 0 10px;
            overflow:hidden;
        }
        .gallery-slides ul{
            margin:0;
            padding:0;
            height:313px;
            width:993px;
            overflow:hidden;
            list-style:none;
        }
        .gallery-slides li{
            position:absolute;
            top:0;
            left:0;
        }
		
		/*corner*/
.corner{
	position:absolute;
}
.corners-r-b,
.corners-r-t,
.corners-l-t,
.corners-l-b{
	display:block;
	position:absolute;
	width:6px;
	height:6px;
	z-index:5;
}
.corners-l-b{
	left:1px;
	bottom:0;
	background: url(../images/corner-l-b.png) no-repeat;
}
* html .corners-r-b,
* html .corners-l-b{
	bottom:-8px;
}
.corners-l-t{
	left:1px;
	top:0;
	background: url(../images/corner-l-t.png) no-repeat;
}
.corners-r-t{
	top:0;
	right:0;
	background: url(../images/corner-r-t.png) no-repeat;
}
* html .corners-r-t{
	right:-1px;
}
.corners-r-b{
	bottom:0;
	right:0;
	background: url(../images/corner-r-b.png) no-repeat;
}
* html .corners-r-b{
	right:-1px;
}
/*gallery-control*/
.gallery-control{
	position:absolute;
	bottom:0;
	right:0;
	z-index:10;
}
* html .gallery-control{
	bottom:-2px;
	right:-1px;
}
.gallery-control .holder{
	height:24px;
	float:right;
	overflow:hidden;
}
#gallery-pager{
	float:left;
	margin:0 -6px 0 0;
	padding:0;
	list-style:none;
	height:24px;
	overflow:hidden;
	background: url(/images/gallery-slides-ul.gif) repeat-x;
}
.gallery-control .first{
	width:6px;
	height:24px;
	float:left;
	background: url(/images/bg-first.png) no-repeat;
}
.gallery-control .last{
	width:7px;
	height:24px;
	float:left;
	background: url(/images/bg-lats.png) no-repeat;
}
#gallery-pager a {
	font-size:110%;
	position:relative;
	margin:0 2px 0 -2px;
	float:left;
	background: url(/images/separatoe-gallery-control.gif) no-repeat;
	width:24px;
	cursor:pointer;
	text-align:center;
	color:#626262;
	padding:3px 0 3px;
}
#gallery-pager a.activeSlide,
#gallery-pager a:hover{
	text-decoration:none;
	color:#fff;
}
#gallery-pager a:focus {
	outline: none;
}     