/* 
// File: all.css
// Desc: Miscellaneous Styles
// Auth: Calvin Lai
// Copy: Copyright 2008 Allen Yu, All Rights Reserved
*/

div.scroller { width:696px; height:350px; overflow:hidden; }
div.scroller div.image-section { width:696px; height:350px; overflow:hidden; float:left; }
div.scroller div.content { width:10000px; overflow:hidden; }

.item-scroller { width:696px; height:335px; margin:0 auto 0 auto; padding:15px 0 0 0; }

.item { width:696px; height:350px; text-align:center; }

.arrow-navigation {
	width:50px;
	padding:10px 0 10px 0; 
	margin:0 auto 0 auto;
}

a.arrow-left {
	float:left;
	display:block;
	width:15px;
	height:31px;
	background:url('/images/arrow_left_on.png') no-repeat;
	outline:none;
}

a:hover.arrow-left {
	background:url('/images/arrow_left.png') no-repeat;
}

a.arrow-right {
	float:right;
	display:block;
	width:15px;
	height:31px;
	background:url('/images/arrow_right_on.png') no-repeat;
	outline:none;
}

a:hover.arrow-right {
	background:url('/images/arrow_right.png') no-repeat;
}

.info { margin:0; padding:15px; height:100px; text-align:left; background:white; border-top:5px solid #737272; }

.info-text {
	float:left;
	width:450px;
	height:auto;
	margin:20px 0 0 0;
}

.info-name { width:439px; padding:6px; border-bottom:1px solid #ccc; }
.info-tagline { width:439px; padding:6px; }

.item-image { outline:none; }

.info-dimensions {
	float:left;
	width:75px;
	height:50px;
	padding:5px;
	text-align:left;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	margin:20px 10px 0 0;
}

.contact-me {
	position:absolute;
	border:1px solid #ccc;
	background:#f7f7f7;
	height:100px;
	width:200px;	
	margin:-23px 0 0 75px;
	padding:10px;
}

#contact-me div {
	margin-bottom:10px;
	margin-top:10px;
}

#contact-me a {
	font:11px Tahoma;
	color:#666;
	text-decoration:underline;
}

#contact-me a:hover {
	color:#aaa;
}

.enlarge-image {
	margin:0 0 5px 0;
}

span.item-description {
	font:11px Arial;
	color:#666;
} 