/*  ------------------------- GALLERIE PAGE -------------------------  */

#col1{
	width: 180px;
	margin: 0px 20px 0px 30px;
	float: left;
}

ul.gallerieNav {
	padding: 0px;
	margin: 0px;
}

li.myList{
	list-style-type: none;
	width: 158px;
	height: 17px;
	background-color: #f5f7f7;
	color: #6DBFE0;
	font: bold 14px georgia, times new roman, serif;
	margin: 0px 0px 7px 0px;
	text-transform: uppercase;
	padding: 5px 10px 6px 10px;
	cursor: pointer;
	letter-spacing: 1px;
	border: 1px solid #DEE6E9;
}

li.myList:hover{
	background-color: #F5F7F7;
	border: 1px solid #C2D3DB;
	color: #0386BD;
}

li.gallSeleted  {
	list-style-type: none;
	width: 160px;
	height: 18px;
	background-color: #FFFFFF;
	color: #666F72;
	font: bold 16px georgia, times new roman, serif;
	margin: 0px 0px 7px 0px;
	text-transform: uppercase;
	padding: 6px 10px 6px 10px;
	letter-spacing: 1px;
}

#col2{
	width: 120px;
	height: 555px;
	margin: 0px 20px 0px 0px;
	float: left;
}

#col2 span{
	display: none;
}

div.up{
	display: none;
	float: left;
	width: 58px;
	height: 30px;
	background: url('../graphics/thumbUp1.gif') no-repeat;
	cursor: pointer;
}

div.up:hover{
	background: url('../graphics/thumbUp2.gif') no-repeat;
}

div.down{
	width: 58px;
	height: 30px;
	float: left;
	background: url('../graphics/thumbDown1.gif') no-repeat;
	cursor: pointer;
}

div.down:hover{
	background: url('../graphics/thumbDown2.gif') no-repeat;
}

div.downCont{
	float: left;
	width: 58px;
	height: 30px;
	background: url('../graphics/thumbDown3.gif') no-repeat;
	margin-bottom: 5px;
}

div.upCont{
	float: left;
	width: 58px;
	height: 30px;
	margin-right: 4px;
	background: url('../graphics/thumbUp3.gif') no-repeat;
	margin-bottom: 5px;
}

div.bg{
	background-color: #eef2f4;
	border: 1px solid #dee6e9;
	height: 526px;
	width: 108px;
	overflow: hidden;
	position: relative;
	padding: 0px 5px 0px 5px;
}

div.bg img{
	background-color: #FFFFFF;
	border: 1px solid #AAB7BC;
	padding: 4px;
	margin-bottom: 5px;
	margin-left: 6px;
	cursor: pointer;
}

div.bg img:hover{
	background-color: #6DBFE0;
	border-color: #6DBFE0;
}
 
div.thumbGroup{
	position: absolute;
	width: 110px;
	height: 520px;
	padding-top: 5px;
	top: -525px;
}

.thumbText{
	color: #AAB7BC;
	font: normal 12px Georgia, serif;
	margin-top: 5px;
}

#col3{
	width: 560px;
	height: 560px;
	float: left;
	background-color: #eef2f4;
	border: 1px solid #dee6e9;
	position: relative;
	overflow: hidden;
}

#galleriImg img{
	display: block;
    margin-left: auto;
    margin-right: auto;
	vertical-align:middle;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #AAB7BC;
	position: absolute;
	top: -560px;
}

div.loading{
	background: url('../graphics/loading.gif') no-repeat center center;
	width: 560px;
	height: 560px;
	display: none;
}

