
/********************************
WORK SLIDESHOW
********************************/

body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* Page reset */
	margin:0px;
	padding:0px;
}

body{
	/* Setting default text color, background and a font stack */
	color:#444444;
	font-size:13px;	
	padding:0;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
}

/* Gallery styles */

#gallery{	
	/* The width of the gallery */
	width:650px;
	overflow:hidden;
}

#slides{
	/* This is the slide area */
	height:380px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:650px;
	overflow:hidden;
	margin-top:5px;
}

.slide{
	position: relative;
	float:left;
}

#slides .slide .caption{
	position: absolute;
	right: 10px;
	bottom: 10px;
	height: 15px;
	padding: 10px 15px 15px;
	font: 11px/18px georgia;
	color: #eeeeee;
	background: #555555;	

}

#menu{
	/* This is the container for the thumbnails */
	height:45px;
	background: url('../_images/work_overlay_bg.jpg') repeat-x 0 0;
}

#menu .client {
	position: absolute;
	top: 14px;
	left: 20px;
	font: 14px/15px georgia;
	color: #696969;
}

ul{
	margin:0px -1px 0 0;
	padding:0px;
	float: right;
}

li{
	/* Every thumbnail is a li element */
	width:60px;
	display:inline-block;
	list-style:none;
	
	overflow:hidden;
}

li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(../_images/plugin_work_slideshow/pic_bg.png) repeat;
}

li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(../_images/plugin_work_slideshow/active_bg.png) no-repeat;
}

li.act a{
	cursor:default;
}

.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	height:35px;
	padding-top:10px;
	*padding-top:0px;
	background:url(../_images/plugin_work_slideshow/divider.png) no-repeat right;
}

li a{
	display:block;
	background:url(../_images/plugin_work_slideshow/divider.png) no-repeat right;
	height:35px;
	padding-top:10px;
	font: 13px/22px arial;
	font-weight: bold;
	color: #999999;	
}

a img{
	border:none;
}


/* The styles below are only necessary for the demo page */

h1{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:36px;
	font-weight:normal;
	margin-bottom:15px;
}

h2{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	position:absolute;
	right:0;
	text-transform:uppercase;
	top:15px;
}

#main{
	/* The main container */	
	text-align:center;
	width:650px;
	height: 600px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	position:relative;
}

a, a:visited {	
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:none;
}

p{
	padding:10px;
	text-align:center;
}

#description{	
	text-align: left;
	font: 11px/16px georgia;
	height:157px;
	width:650px;	
	margin-top:10px;
	background: url('../_images/work_description_bg.jpg') no-repeat center 0 #f7f7f7;
	
}

#description .details {	
	position: relative;
	float: left;
	text-align: left;
	font: 11px/18px arial;
	height: 125px;
	width: 320px;	
	margin: 5px 15px 15px 15px;
	color: #888888;
}

#description .details .launch {
	font: 10px/11px georgia;
	color: #aaaaaa;
}

#description .details .launch a {
	font: 10px/11px georgia;
	color: #aaaaaa;
	text-decoration: none;
}

#description .details .launch a:hover {	
	text-decoration: underline;
}

#description .details strong{	
	font: 13px/30px georgia;	
	color: #96B724;	
}

#description .services {	
	position: relative;
	float: left;
	text-align: left;
	font: 11px/18px arial;
	height: 125px;
	width: 275px;
	margin: 5px 15px 15px 10px;
	color: #888888;		
}

#description .services strong{	
	font: 13px/30px georgia;	
	color: #96B724;
}
