.caseHeader
{
	padding-left:10px;
	padding-right:10px;
}

.borderBox
{
	width:530px;
	height:210px;
	background-color: #ffffff;
	background-image: url(/Images/background.jpg);
    background-repeat: repeat-x;
    background-position: bottom left;
    border-top-color:#e9e9e9;
    border-top-style:solid;
    border-top-width:1px;
    border-bottom-color:#e9e9e9;
    border-bottom-style:solid;
    border-bottom-width:1px;    
}

.rotatorBox
{
	width:530px;
	height:210px;
}

.leftArrow
{
	cursor:pointer;
	float:left;
	height:200px;
	width:15px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:10px;
}

.rightArrow 
{
	cursor:pointer;
	float:right;
	height:200px;
	width:15px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
}

.rotator
{
	float:left;
}

.borderBoxsmall
{
	width:100px;
	height:350px;
}

.rotatorBoxsmall
{
	width:100px;
	height:350px;
	padding-left:10px;
}

.upArrow
{
	cursor:pointer;
	float:left;
	padding-top:25px;
	padding-bottom:10px;
}

.downArrow 
{
	cursor:pointer;
	float:left;
	padding-top:0px;
	padding-bottom:0px;
}

.rotatorSmall
{
	float:left;
}

.caseFrame
{
	background-color:White;
	font-style:normal;
	width:480px;
	height:200px;
}
.caseListFrame
{
	width:500px;
	height:190px;
	padding-top:7px;
	padding-left:10px;
	padding-right:10px;
	background-color:White;
	background-image: url(/Images/casepraesentation1.jpg);
  background-repeat: repeat-x;
  background-position: bottom left;
  border-bottom-color:#e9e9e9;
  border-bottom-style:solid;
  border-bottom-width:1px;
}

.caseDistinctor
{
	margin-top:10px;
	color:Gray;
}

.caseThumbnail
{	
	float:right;
	padding-left:0px;
	width:190px;
	height:150px;
}

.caseItemtemplate
{
	width:530px;
	height:600px;
	position:absolute;
	bottom:0px;
    /*background-image: url(http://www.eksponent.dk/Images/background.gif);
    background-repeat: repeat-x;*/
}

.casePictureFrame
{
	width:530px;
	height:335px;
	padding-top:7px;
	background-color:White;
	background-image: url(/Images/casepraesentation1.jpg);
    background-repeat: repeat-x;
    background-position: bottom left;
    border-top-color:#e9e9e9;
    border-top-style:solid;
    border-top-width:1px;
    border-bottom-color:#e9e9e9;
    border-bottom-style:solid;
    border-bottom-width:1px;
}

.caseDetails
{
	background-color:White;
	float:left;
}


/* Smallsize vertical Carousel css */
.container
{
	width: 100px;
	height: 240px;
	padding-left:10px;
	padding-top:30px;
}

#Carousel 
{
	position: relative; /* important */
	overflow:hidden; /* important */
	width: 100px; /* important */
	height: 240px; /* important */
	padding-left:0px;
	margin-top:0px;
	z-index:1;
}

#Carousel_frame {position:relative; z-index:3;}
#Carousel_frame img {position:absolute;float:left; padding-bottom:0px; z-index:3;}
#Carousel_previous {top: 0px; left: 0px;}
#Carousel_next {top: 230px; left: 0px;}

#Carousel_content 
{
	position:absolute;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:0px;
	z-index:2;
}

.carousel_item img {
	display:block;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	border:0px;
	z-index:2;
}

/* Normalsize Horizontal Carousel css */
#Carouseln 
{
	position: relative; /* important */
	overflow:hidden; /* important */
	width: 530px; /* important */
	height: 210px; /* important */
	margin-left:0px;
	padding-top:0px;
	z-index:1;
}

#Carouseln_frame {position:relative; z-index:3;}
#Carouseln_frame img {position:absolute;}
#Carouseln_previous {top: 5px; left: 0px;}
#Carouseln_next {top: 5px; left: 517px;}

#Carouseln_content 
{
	list-style:none;
	width:4800px;
	height:200px;
	position:absolute;
	z-index:2;
}

.carouseln_item 
{
	width:480px;
	height:200px;
	display:block;
	float:left;
	z-index:2;
	padding-top:25px;
	padding-left:25px;
	padding-right:25px;
}

.carouseln_item img 
{
	float:right;
	border:0px;
	z-index:2;
}
