#sidebar {
	float: left;
	width: 249px;
	margin-right: 31px;

}

#maintab {
	margin-top: 25px;
	float: left;
	min-height: 560px;
	/*margin-left: 82px;
	margin-top: 70px;
	float: left;*/
}

#maintab a {
	display: block;
	width: 215px;
	min-height: 78px;
	padding: 5px;
	text-decoration: none !important;
}

#maintab a:hover, #maintab a.selected {
	background: #E9E9F2;
}

.projectImage {
	float: left;
	border: 1px solid #CECFD8; 
	background: white;
}

.projectImage div {
	margin: 8px;
	overflow: hidden;
	width:80px; 
	height:60px;
	text-align: center;
}

.projectInfo {
	margin-left: 110px;
}

#maintab h2 {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 11px;
	color: black;
	font-weight: bold;
}

#maintab h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 10px;
	width: 100px;
}

.prepropost {
	color: #a6a7b1 !important;
	font-weight: normal;
	font-size: 9px;
}

.prepropost strong {
	color: #707CCB !important;
	font-weight: normal;
}

.edit a {
	display: inline !important;
	padding: 0 !important;
	margin: 0 !important;
	position: relative;
	top: -15px;
}

#ajaxcontentarea {
	float: left;
	margin: 36px 0 1em 0;
	text-align: left !important;
}

#projectDetail h2 {
	text-transform: uppercase;
	font-size: 12px;
	padding: 0;
	margin: 0;
	width: 320px; 
	padding-bottom: 20px
}

#projectDetail p {
	width: 320px;
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 20px;
}

#projectDetail .entry {
	margin-top: 25px;
	margin-bottom: 50px;
}

#projectLargeImage {
	width: 320px;
	height: 256px;
	background: #E9E9F2 no-repeat center;
	
}

#projectDetail .images {
	width: 320px;
	height: 65px;
	overflow-x: auto;
	overflow-y: none;
	margin-top: 15px;
	
}
#projectDetail .images div {
	height: 65px !important;
	width: auto;
}

#projectDetail .images a {	
padding-right: 5px; 
float: left;
display: inline;
}

#pagination {
	border-top: 5px solid #c4c5d0;
	text-align: center;
	font-weight: normal;
	width: 225px;
	padding-top: 5px;
	margin-top: 5px;
	font-size: 10px;
}

#pagination a {
	display: inline;
	width: 45px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	background: none !important;
}

.prevpage a:before {
	content: url(../images/prevpage.gif);
}

.nextpage a:after {
	content: url(../images/nextpage.gif);
}

#pagination .prevpage {
	position: absolute;
	text-align: left;
	width: 225px;
}

#pagination .nextpage {
	position: absolute;
	text-align: right;
	width: 225px;
}

#pagination .pages {
	text-align: center;
	margin: 0 auto;
}

#scrollWrapper {
	width:320px;
	height:52px;
	padding-top:15px;
	overflow:hidden;
}
#scrollContent {
	white-space:nowrap;
	text-align:left;
	font-size:95%;
}
#scrollContent a {
	display:inline;
	padding-right: 5px;
	color:#FFF;
}
#scrollContentCover {
	background: url(../images/transparent.gif);
	width: 320px;
	height: 60px;
	display: block;
	position: absolute;
	display: none;
}

#scrollNav {
	clear:both; 
	width: 320px
}

#scrollNav a {
	display: block;
}

a#goLeft {
	background:url(../images/goLeft.gif) top;
	height: 13px;
	width: 159px;
	float: left;
}
a#goLeft:hover {
	background:url(../images/goLeft.gif) bottom;

}
a#goRight {
	background:url(../images/goRight.gif) top;
	height: 13px;
	width: 161px;
	float: right;
}
a#goRight:hover {
	background:url(../images/goRight.gif) bottom;
}

#movie {
	z-index: 15000;
}

iframe {
	width: 360px;
}

a.watch {
	color: #707CCB;
	display: inline;
	font-weight: normal;
}

a.watch:hover {
	font-weight: normal;	
}


