@charset "utf-8";
/* CSS Document */

.deptSelect {
	padding-top: 15px;
	height: 400;
}
.deptSelect a {
	text-decoration: none;	
}
.deptSelect img {
	padding-bottom: 5px;
}
.deptSelect .M {
	float: left;
	width: 398px;
	text-align: center;
}
.deptSelect .C {
	float: right;
	width: 398px;
	text-align: center;
}

.mod_thumbs {
/*	display: table;*/
	width: 100%;
	padding-top: 10px;
	padding-bottom: 20px;
}
.mod_thumbs a{
	text-decoration: none;
	padding-top: 5px;
}
.mod_thumbs .img{
/*	display: table-cell;*/
	float: left;
	display: inline-block;
	padding: 8px 147px 10px 0px;
	text-align: center;
	font-variant: small-caps;
}
.mod_thumbs .img .a{
	width: 243px;
/*	height: 195px;*/
	text-align: center;
}
.mod_thumbs .imgright{
	float: right;
	padding: 8px 0px 10px 0px;
	text-align: center;
	font-variant: small-caps;
}

.mainpic{
	text-align: center;
	vertical-align: middle;
/*	height: 400px;*/
}
.mainpic .pic_nav{
	width: 100%;
	padding: 5px 0px 5px 0px;
	height: 20px;
}
.mainpic .pic_nav a{
	text-decoration: none;
	font-variant: small-caps;
	text-align: center;
}
.mainpic .pic_nav .prev{
	display: inline-block;
	float: left;
	width: 150px;
	text-align: left;
}
.mainpic .pic_nav .next{
	display: inline-block;
	float: right;
	width: 150px;
	text-align: right;
}
.mainpic .pic_nav div.mod_name {
	display: inline;
	font-variant: small-caps;
}
.mainpic .spacer {
	width: 1px;
	height: 400px;
	display: inline;
}
.mainpic img {
	padding: 10 0 0 0;
	margin-bottom: 30px;
	vertical-align: bottom;
}

.pic_thumbs{
	position: relative;
	width: 100%;
	padding-top: 5px;
}
.pic_thumbs a{
	text-decoration: none;
}
.pic_thumbs .row{
	height: 102px;
	clear: both;
}
.pic_thumbs .img{
/*	float: left;*/
	display: inline-block;
/*	width: 101px; */
	padding: 0px 32px 5px 0px;
	text-align: center;
}
.pic_thumbs .imgright{
/*	position: absolute;
	right: 0px; */
	float: right;
	padding: 0 0 5 0;
	text-align: center;
}
.pic_thumbs .sel a {
	color: #FF960C;
	font-weight: bold;
}

.pic_mods {
	clear: both;
	margin-top: 10px;
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #424242;
}
.pic_mods .row {
	height: 112px;
	clear: both;
}
.pic_mods .img{
	float: left;
	padding-right: 53px;
	text-align: center
}
.pic_mods .imgright{
	float: right;
	text-align: center;
}
.pic_mods a{
	text-decoration: none;
}
.pic_mods .sel a{
	color: #FF960C;
	font-weight: bold;
}

.text {
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
/*	border-bottom: 1px solid #424242;*/
	background-color: #242424;
}

.pedini {
	border-top: 1px solid #424242;
	background-color: black;
}

