/* CSS Document */
#ContactSliderContainer {
    border-radius: 8px;
    display: block;
    /*height: 343px;
	width: 995px;*/
	height:auto;
    margin: auto;
    overflow: hidden;
    position: relative;
    
	border:3px solid #cecece;
}
.ContactSlider{
	/*width:995px;
	height:343px;*/
	height:auto;
	overflow:hidden;
	margin:auto;
}
.ContactSlider > img {
	/*width:995px;
	height:343px;*/
	float:left;
	display:none;
}
#slides > img {
	width:995px;
	height:343px;
	float:left;
	display:none;
}
#slider_control {
	background: url("/linked/images/slide_nav_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    display: none;
    height: 40px;
    position: absolute;
    width: 100%;
    z-index: 10;
}
#slider_control a{
	text-decoration:none;
	margin:auto;
}
.prev{
	background:url("/linked/images/previous_arrow.png") no-repeat;
	bottom: 30%;
    display: block;
    height: 15px;
    left: 27%;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    width: 13px;
    z-index: 20;
}
.next{
	background:url("/linked/images/next_arrow.png") no-repeat;
	 bottom: 30%;
    display: block;
    height: 15px;
    overflow: hidden;
    position: absolute;
    left: 67%;
    text-indent: -9999px;
    width: 13px;
    z-index: 20;
}
.play{
	background:url("/linked/images/play.png") no-repeat;
 	bottom: 22%;
    display: block;
    height: 22px;
    left: 45%;
    margin-left: -17px;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    width: 34px;
    z-index: 20;
}
.stop{
	background:url("/linked/images/pause.png") no-repeat;
	bottom: 22%;
    display: block;
    height: 22px;
    left: 45%;
    margin-left: -17px;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    width: 34px;
    z-index: 20;
}









