
#portfolio_list {
	position: relative;
	float: left;
	margin-left: -10px;
	height: 730px;
	width: 690px;
}

#portfolio_list .pagination {
	text-align: center;	
}

#portfolio_list .portfolio_page, #portfolio_list .portfolio_page_cover {
	width: 230px;
	height: 230px;
}

#portfolio_list .portfolio_page {
	position: relative;
	float: left;
}

#portfolio_list .portfolio_page_cover {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	cursor: pointer;
}

.portfolio_screen_container {
	position: relative;
	width: 230px;
	height: 230px;
	background-image: url(/themes/raindrops/images/portfolio_div_up.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 10px 0px;
	filter: alpha(opacity=20);
	-moz-opacity: .20;
	opacity: .20;
}

.portfolio_page {
	z-index: 90;	
	position: relative;
}

.hover .portfolio_screen_container, a:hover .portfolio_screen_container {
	position: relative;
	width: 230px;
	height: 230px;
	background-image: url(/themes/raindrops/images/portfolio_div_over.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 10px 0px;
	filter: alpha(opacity=20);
	-moz-opacity: .20;
	opacity: .20;
	cursor: pointer;
}

.portfolio_page a:hover div {
	cursor: pointer;
}

.portfolio_screen_shot {
	height: 166px;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 210px;
	z-index: 2;
}
.portfolio_name {
	z-index: 2;
	position: absolute;
	top: 183px;
	left: 12px;
}
.portfolio_testimonials {
	z-index: 2;
	position: absolute;
	top: 203px;
	left: 12px;
}

#porfolio_page_image_container {
	margin-top: 10px;
	height:436px;
	width:690px;
}
#porfolio_page_image {
	float: left;
	width: 511px;
	height: 405px;
}
#portfolio_page_thumbnail_container {
	float: right;
	width: 164px;
	height: 405px;
}
#portfolio_page_thumbnail_container ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#portfolio_page_thumbnail_container ul li {
}
#portfolio_page_thumbnail_container_navigation {
	float: right;
	width: 179px;
}
#portfolio_page_visit_site {
	float: left;
	margin-top: 10px;
	width: 511px;
}
.portfolio_page_testimonial_name {
	float: right;
}

.pagination {
	color: #fff;
}

.top.pagination .page_count {
	float: left;
	margin: 0 155px 0 279px;
	width: 120px;
	line-height: 39px;
}

.top.pagination .start, .top.pagination .prev, .top.pagination .next, .top.pagination .end {
	float: left;
	margin-left: 10px;
	width: 23px;
} 

.bottom.pagination .start, .bottom.pagination .prev, .bottom.pagination .next, .bottom.pagination .end, .bottom.pagination .page_numbers {
	float: left;
} 

.bottom.pagination .start, .bottom.pagination .prev {
	text-align: left;
}

.bottom.pagination .next, .bottom.pagination .end {
	text-align: right;
}

.bottom.pagination .start, .bottom.pagination .prev, .bottom.pagination .next, .bottom.pagination .end {
	width: 146px;
}

.bottom.pagination .page_numbers {
	width: 100px;
	line-height: 39px;
}

.bottom.pagination .current_page {
	font-weight: bold;
	color: #6DD0FA;
}
