/*==== CASE STUDY ====*/

#navigation {
	text-align: right;
	margin-bottom: 60px;
}

#navigation li {
	display: inline;
	margin-left: 10px;
}

#navigation .prev {
	padding-left: 13px;
	background: url("../../../images/pil_normal_flipp.gif") no-repeat 0 0%;
}

#ie #navigation .prev {
	padding-left: 13px;
	background: url("../../../images/pil_normal_flipp.gif") no-repeat 0 35%;
}

#navigation .next {
	padding-right: 13px;
	background: url("../../../images/pil_normal.gif") no-repeat 100% 0%;
}

#ie #navigation .next {
	padding-right: 13px;
	background: url("../../../images/pil_normal.gif") no-repeat 100% 35%;
}


.sIFR-active #navigation li {
	visibility: hidden;
	font-family: Verdana, sans-serif;
	font-size: 100%;
	
}

.sIFR-active #navigation li.prev:hover { /* Fix for flash focus issue when paged has been scrolled in Firefox 3.6 */
	background-position: 0 0;
}

.sIFR-active #navigation li.next:hover { /* Fix for flash focus issue when paged has been scrolled in Firefox 3.6 */
	background-position: 100% 0;
}

#project_info {
	width: 800px;
	margin-right: 30px;
	float: left;
}

#header p {
	margin-bottom: 5px;
}

#items {
	float: left;
	width: 800px;
}

#items p {
	clear: both;
}

#items img, #items div {
	float: left;
	padding-bottom: 10px;
	padding-top: 20px;
}

#items img {
	padding-bottom: 10px;
}

.first_width_2 {
	margin-right: 2px;
}

.play {
  
	position: relative;
	background: url("../../../images/video_icon.png") no-repeat 50% 50%;
}

#ie .overlay { /* Fix wierd IE behaviour with negative margins on overlay play button */
	margin-left: -1px;
}

.block {
	clear: both;
}

#ie .block { /* IE "auto-clears" .. ?? */
	clear: none;
}

