#slide_gal a:hover {
	color:#FFF;
}

#slide_gal {
    background-color: #C5CCD9;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 2px #92A5BA;
    color: #FFFFFF;
    font-family: Arial,"Sans Serif";
    font-size: 11px;
    height: 250px;
    margin-left: 5px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 480px;
}
#slide_gal .lgimg {
    background: url("../images/a_bg.jpg") repeat-y scroll left top #454545;
    color: #FFFFFF;
    display: block;
    float: left;
    height: 250px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 25px;
	cursor:pointer;
	z-index:999;
}
#slide_gal .lgimg:hover {
    width: 280px;
	background-position: -25px 0;
}
#slide_cont {
    left: 92px;
    position: absolute;
    top: 0;
}
.title, .background_img, .background_span, .description {
    cursor: default;
    display: block;
    position: absolute;
}
.title {
    bottom: 10px;
    left: 0;
    text-align: center;
    width: 25px;
}
.background_img {
    border: medium none;
    height: 250px;
    left: 25px;
    top: 0;
    width: 255px;
	/*
	overflow: hidden;
    position: relative;
	*/
	display: block;
    float: left;
	cursor:pointer;
}

.background_img2 {
    border: medium none;
    float: right;
    height: 250px;
    left: 53px;
    margin-left: 133px;
    top: 0;
    width: 255px;

}
.background_span {
    background-color: #000000;
    height: 210px;
    left: 55px;
    opacity: 0.6;
    top: 30px;
    width: 265px;
}
.description {
    height: 190px;
    left: 65px;
    overflow: hidden;
    text-align: justify;
    top: 40px;
    width: 245px;
}
.description b {
    display: block;
    font-size: 13px;
}

.text_align {
	display: block;
    bottom: 16px;
    font-size: 13px;
    font-weight: bold;
    left: 7px;
    position: absolute;
	height:0;
	color:#FFF;
	width:0;
	z-index:999;
	-moz-transform:rotate(270deg);
	-webkit-transform:rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}
.text_align {
	color:#FFF;	
}