/*                   
                                                     
-------------------------------------------------------
                                                     
      squarehead design studio                       
      845.331.1953                                   
      www.squarehead.com                             
      sbliss@squarehead.com                          
                                                                                                          
-------------------------------------------------------
*/

#container{
	clear: both;
	width: 535px;
	padding-bottom: 100px;
	margin-left: 80px;
	margin-top: 30px;
}

/* 
*******************************************************
*                                                     *
*      GALLERY                                        *
*                                                     *
*******************************************************
*/

#pic {
	width: 400px;
	height: 300px;
	padding: 25px;
	background: #000000;
}
#pic img {
	border: 2px solid #FFCC33;
}
#description {
	text-align: center;
	font-weight: normal;
	color: #DDDDDD;
	width: 404px;
	padding: 0 23px 10px;
	background: #000000;
}
#leftButton {
	float: left;
	cursor: pointer;
	position: relative;
}
#rightButton {
	float: right;
	cursor: pointer;
	position: relative;
}
#imageStrip {
	width: 450px;
}
#motioncontainer {
	width: 450px;
	height: 90px;
	float: left;
	background: #000000;
	overflow: hidden;
	position: relative;
}
#motioncontainer a img {
	border: 1px solid #AAAAAA;
	margin: 5px 0;
}
#motioncontainer a:hover img {
	border: 1px solid #FFCC33;
}
#motioncontainer a {
	border: 0;
}
#motiongallery {
	position: absolute;  
	white-space: nowrap;
}