
#column1 {
	background: url(bg/border.jpg) repeat-x top;
	float: none;
	width: 1000px;
}

#column1 a {
	padding: 0px 5px;
	color: #898989;
}

.column1Text {
	padding: 15px 0px 0px 0px;
}

#main {
	float: none;
	width: 1000px;
}


/* caseList */

.caseList {
	float: left;
	width: 300px;
	height: 120px;
	padding: 10px;
	margin: 18px 18px 0px 0px;
	overflow: hidden;
	background: url(bg/caseList.jpg) repeat-x top;
}

.caseListRight {
	margin-right: 0px;
}

.caseList .pic {
	float: left;
	width: 140px;
	overflow: hidden;
}

.caseList .pic img {
	max-width: 140px;
}

.caseList .info {
	float: right;
	width: 140px;
	overflow: hidden;
}

.caseList .info h1 {
	padding: 0px 0px 0px 0px;
	font: 1em Arial, sans-serif;
}

.date {
	color: #444;
}

.shortDesc {
	height: 30px;
	overflow: visible;
}

html>body .shortDesc {
	height: auto;
	min-height: 30px;
	overflow: hidden;
}

a.moreInfo {
	color: #898989;
}




/* one case */

#caseContainer {
}

#case {
	height:552px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 20px 0px;
	/*opacity:0; filter:alpha(opacity=0); -moz-opacity: 0;*/
	/*position: relative; ei saa olla, rikkoo ie:n mootoolsin*/
}

#caseOpen {
    
	height:552px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 20px 0px; 
}

.text{
	width:286px;
	height:410px;
	padding: 0px 0px 0px 0px;
	margin: 130px 0px 0px 20px;
	float:left;
	overflow:hidden;
	
}

#closeCase {
	width: 46px; 
	height: 46px;
	margin: 0px;
	border: 0px; 
	cursor: pointer; 
	color: #ccc;
	clear: both;
	background: url(bg/closeCase.png) no-repeat left top;
	float: right;
	position: relative;
	right: 100px;
	top: 20px;
}


#closeCaseHidden {
	width: 46px; 
	height: 46px;
	margin: 0px;
	border: 0px;  
	color: #ccc;
	clear: both;
	float: right;
	position: relative;
	right: 100px;
	top: 20px;
}

.picGallery{
	padding: 0px 0px 0px 0px;
	/*margin: 75px 32px 0px 0px;*/
	margin: 29px 32px 0px 0px;
	float:right;
}

#picContainer {
    position: relative;
	height:369px; 
	width:639px;
	padding: 0px 0px 0px 0px;
	margin: 3px 0px 30px 0px;
	border:1px solid #000;
	overflow:hidden;
	background-color:#000;
	
}

#picnavi {
	margin: 0px 0px 3px 0px;
}

a.changePic {
	background-color:#000;
	padding: 0px 4px 0px 4px;
	margin: 0px 2px 0px 0px;
	color:#fff;
	text-decoration:none;
}

a.changePic.open {
	background-color:#87cc2d;
	color:#000;
}

a.changePic:hover {
	background-color:#87cc2d;
	color:#000;
}

#dragger {
	position: absolute;
	top: -100px;
	left: -100px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	cursor: move;
}


#nextButtons {
	width: 330px;
	height: 40px;
	margin: -40px 0px 0px 350px;
	background: url(bg/nextButtons.png) no-repeat left top;
}

#nextButtons a.nextCase {
	display: block; 
	width: 150px;
	height: 40px;
	float: right;
	text-decoration: none;
}

#nextButtons a.prevCase {
	float: left;
}


#prevButton {
	width: 330px;
	height: 40px;
	margin: -40px 0px 0px 350px;
	background: url(bg/prevButton.png) no-repeat left top;
}

/*
#prevButton {
	width: 330px;
	height: 40px;
	position: absolute;
	left: 350px;
	bottom: 30px;
	background: url(bg/prevButton.png) no-repeat left top;
}
*/
#prevButton a.nextCase {
	display: block; 
	width: 100%;
	height: 100%;
	float: left;
	text-decoration: none;
}


