/* http://www.conditional-css.com/advanced */
h1
{
	font-size: 25px;
	font-weight: normal;
}


a img
{
	border: none;
}



.voteImages
{
	display:  block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.voteImages li
{
	list-style-type: none;
	display: block;
	margin: 10px 13px 10px 13px;
	/*margin-right: 10px;
	margin-bottom: 10px;*/
	width: 130px;
	float: left;
}
.voteImages li img
{
	margin:0px auto 0px auto;	
}

#window
{
	display: block;
	overflow: hidden;
	/* position: absolute; */

	
	margin: 0px auto;
	margin-top: 200px;
	/*
	left: 103px;
	*/
}

.windowContents
{
	height: 100%;
	position: relative;
	width: auto;
	display: block;
	
}

#images .page,
#window .page
{
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}

#fade
{
	position: absolute;
	display: none;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	background: #ffffff;
}

#lightwindow
{
	display: none;
	width: 30%;
	position: absolute;
	background: transparent url('../img/vote/web/popUp.png') no-repeat;
	text-align: center;
	
}

#lightwindow p
{
	text-align: center;
	font-size: 20px;
	margin: 10px 0 10px 0;
	
}
#voteFormDiv p
{
	text-align: left;
	font-size: 20px;
	margin: 10px 0 10px 0;
	z-index: 500;
	
}

#lightwindow button
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: transparent;
}

.lightwindow_close
{
	right: 0px;
	display: block;
	width: 33px;
	height: 33px;
	background: url('../img/vote/web/sulje.png') no-repeat;
	margin: 10px;
	z-index: 500;
	position: absolute;
	
}

.lightwindow_close span
{
	display: none;
}
#lightwindow .windowcontents #images img
{
	margin: auto 15px auto 15px;
}
#images
{
	margin: 0px auto;
	/*border: 1px green solid;*/
}

#images h2 span
{
	font-weight: bold;
}

#images h2
{
	font-weight: normal;
}

#images .commands
{
	margin: 2px auto;
	width: 400px;
	/*width: 440px;*/
	text-align: center;
	position: relative;
}

#images .commands .carousel_previous,
#images .commands .carousel_next
{
	position: absolute;
	/* margin-top: 3px; */
	display: block;
	top: 0px;
}
#images .commands .carousel_previous
{
	left: 0px;
}

#images .commands .carousel_next
{
	right: 0px;
	
	
	/*margin-top: -20px;*/
}
#voteFormDiv
{
	display:none;
}
button
{

	/*margin: 0px 0px 0px -25px;*/
	padding: 0px;
	border: 0px;
	background: transparent;
	/*float: none;*/
}
table
{
	border: none;
	margin: auto;
}

.cellCentering
{
	text-align: center;
	vertical-align: center;
	width: 420px;
	height: 400px;
	border: none;
}
.nayttelyLoota
{
	margin-top: 5px;
	margin-bottom: 5px;
}
a .linkExhibitionList
{
	
	position: relative;
	top: 200px;	
	border: 1px red solid;
}

