.fdGallery_main{display:block;position:relative;margin-bottom:5px;}
.fdGallery_main_img{position:absolute;top:0px;left:0px;display:none;}
.fdGallery_back_img{position:relative;top:0px;display:none;}

.fdGallery_subdiv{position:relative;border:1px solid #4911ab;background:#777777;padding:0px;}
.fdGallery_subdiv img{border:none;}
.fdGallery_subdiv a img{border:none;}

.fdGallery_caption{color:white;padding:5px;position:absolute;bottom:3px;left:3px;background:url('images/black.png') top left;}
.fdGallery_caption a{color:white;}

.fdGallery_play{position:absolute;z-index:1;left:50%;margin-left:-25px;width:50px;top:5px;}
.fdGallery_play_button{position:relative;margin-left:auto;cursor:pointer;display: block;width:50px;height:50px;background:url('images/play.png') top center no-repeat;}
.fdGallery_stop_button{position:relative;margin-left:auto;cursor:pointer;display: block;width:50px;height:50px;background:url('images/stop.png') top center no-repeat;}

.fdGallery_navigation a{font-size: 12px;}
.fdGallery_navigation a:hover{cursor:pointer;text-decoration: underline;}
.fdGallery_navigation{padding-top:5px;clear:both;text-align:center;}

.fdGallery_prev_hover{cursor:pointer;position:absolute;top:5px;left:5px;height:50px;width:50px;background:url('images/rewind.png') top left no-repeat;}
.fdGallery_next_hover{cursor:pointer;position:absolute;top:5px;right:5px;height:50px;width:50px;background:url('images/fastf.png') top right no-repeat;}

.fdGallery_thumbs{overflow:hidden;}
.fdGallery_thumbs_viewer{float:left;margin:auto;position:relative;overflow:hidden;}
.fdGallery_thumbs_viewer ul{padding:0;margin:0;list-style-type:none;position:relative;left:0px;top:0px;overflow:hidden;}
.fdGallery_thumbs_viewer ul li{float:left;border:1px solid #4911ab;padding:0px;background:#777777;margin:2px;position:relative;overflow:hidden;}
.fdGallery_thumbs_viewer ul li img{position:relative;cursor:pointer;}

.fdGallery_thumbs_nav_left{float:left;margin-right:3px;width:20px;text-align:center;cursor:pointer;}
.fdGallery_thumbs_nav_right{float:left;margin-left:3px;width:20px;text-align:center;cursor:pointer;}
