@charset "utf-8";
/* CSS Document */
/*html{ font-family:Verdana, Geneva, sans-serif; }
p { font-size:0.8em; color:#FFF;}
h2,h3,a{ font-size:1em; color:#000099; margin:0; padding:0;}
h2,a{ color:#FFF;}*/

#switchGallery{ width:800px; margin:0.4em auto 0 auto; }
#swicthGalleryCaption{ margin:0.4em 0 0 0.4em; padding:0.4em;  position:absolute; z-index:5; background-color:#FFF;}
#swicthGalleryMain,#switchGalleryMainInfo{ margin:0 0 0.4em 0; color:#000; height:250px; width:400px; overflow:hidden; display:block; z-index:0; float:left;}
#swicthGalleryMain img{ display:block; cursor:pointer; margin:0 auto; border-radius:2em 0/1em 0; border:1px solid #000;}
#switchGalleryMainInfo{ height:232px; border:1px solid #000; width:359.6px; background-color:#FFF; border-radius:2em 0/1em 0; padding: 1em 1em 0 1em; margin:0 0 0 0.4em;}
#switchGalleryMainInfo h2{ margin:0 0 0 0; padding:0; color:#000099;}
#switchGalleryMainInfo p{ margin:0 0 0.4em 0; padding:0; color:#000;}
#switchGalleryBottom {display:block; background-color:#2D2D2D; padding:0.4em 0; z-index:1; border-radius:2em 0/1em 0;}
#switchGalleryPrev,#switchGalleryNext,#switchGalleryButtons{ display:block; float:left;}
#switchGalleryPrev,#switchGalleryNext{ width:50px;}
#switchGalleryButtons{max-width:400px; text-align:center; }
	.switchGalleryNextPrevBtn{padding:0.2em 0; text-align:center; cursor:pointer; color:#FFF; display:block;}
	.switchGalleryNextPrevBtn:hover{color:#000;}
	.switchGalleryBtn,.switchGalleryBtnActive{width:25px; background-color:#000099; padding:0.2em; text-align:center; cursor:pointer; display:block; float:left; margin:0 0.2em 0 0.2em;  border-radius:1em 0/0.5em 0; color:#fff;}
	.switchGalleryBtn:hover{ background-color:#FFF; color:#000;}
	.switchGalleryBtnActive{ color:#000; background-color:#FFF;}