#start-stop-slideshow {
	background: url(../stop_start_bg.gif) no-repeat;
	height:27px;
	line-height:27px;
	cursor:pointer;
	color: #ffffff;
	width: 101px;
	text-align: center;
}

#img {
    position: relative;
    width: auto;
    height:auto;
    margin-bottom: 1em;
    border: 1px solid #223106;
    padding: 1px;
}

#gallery { height: auto; }

#img, #gallery li{
    border: 1px solid #223106;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.rl_btns {
	list-style-type: none;
	list-style: none;	
	margin: 0;
	padding: 0;
	width: 70px;
}

.rl_btns li {
	float:left;
	list-style: none;
	list-style-type: none;
	margin: 0;
	cursor:pointer;
	padding: 0;
}

#gallery-btns {
	list-style-type: none;
	list-style: none
	border: 1px solid #223106;
}

#gallery-btns li {
	float: left;
	cursor:pointer;
	list-style: none;
	list-style-type: none;
	border: 1px solid #223106;
}

#gallery li {
    float: left;
    padding: 1px;
    background: transparent url(/image/gal/carousel/ajax-loader-small.gif) 50% 50% no-repeat;
    border-color: #345;
    cursor: pointer;
    height: auto;
}

.caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 96%;
    height: 50px;
    padding: 0 2%;
    line-height: 50px;
    color: #ffffff;
    background-color: #000;
    opacity: .5;
    moz-opacity: .5;
    text-align: left;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

/*
.caption {
	 display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 96%;
    height: 50px;
    padding: 0 2%;
    line-height: 50px;
    color: #ffffff;
    background-color: #000;
    opacity: .5;
    moz-opacity: .5;
    text-align: left;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
*/