
#image_container, #screenshot_carousel {
	float: left;
}

#image_container {
	width: 510px;
}

#screenshot_carousel {
	width: 164px;
	padding-left: 5px;
}

#screenshot_carousel .container {
	float: left;
	height: 404px;
	overflow: hidden;
	position: relative;
	width: 164px;
}

#screenshot_carousel ul {
	margin: 0;
	padding: 0;
	position: relative;
	height: 10000px;
	left: 0;
	top: 0;
}

#screenshot_carousel li {
	list-style-type: none;
}

#screenshot_carousel .start_button, #screenshot_carousel .previous_button, #screenshot_carousel .next_button, #screenshot_carousel .end_button {
	float: left;
	width: 41px;
	cursor: pointer;
}

#screenshot_carousel .previous_button, #screenshot_carousel .next_button {
	text-align: center;
}

#screenshot_carousel .end_button {
	text-align: right;
}

.previous_button_disabled img, .next_button_disabled img {
	display: none;
}


/* Old Portfolio Page */

#porfolio_page_image_container {
	width: 690px;
}
#porfolio_page_image {
	position: relative;
	float: left;
	width: 511px;
	height: 405px;
}

#portfolio_page_thumbnail_container {
	position: relative;
	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_visit_site {
	position: relative;
	float: left;
	width: 511px;
}
#portfolio_page_thumbnail_container_navigation {
	position: relative;
	float: right;
	width: 164px;
}
.portfolio_page_testimonial_name {
	position: relative;
	float: right;
}
