


//CSS for general jquery begins here

* {
	margin: 0;
	padding: 0;
}


.widget {
	position:relative;
	top:40px;
	left:0px;
	float:left;
	width:660px;
	padding: 10px;
	background: #fff ;
	border: 1px solid #fff;
	font-size: 75%;
	color: #222;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.6em;
}

	.widget a {
	color: #222;
	text-decoration: none;
	}
	
	.widget a:hover {
	color: #009;
	text-decoration: underline;
	}

	.tabnav li {
	display: inline;
	list-style: none;
	padding-right: 5px;
	}
	
		.tabnav li a {
		text-decoration: none;
		text-transform: uppercase;
		color: #222;
		font-weight: bold;
		padding: 4px 6px;
		outline: none;
		}
		
		.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
		background: #dedbd1;
		color: #222;
		text-decoration: none;
		}
		
	.tabdiv {
	position:relative;
	top:0px;
	left:0px;
	float:left;
	width:600px;
	margin-top: 20px;
	background: #fff;
	border: 1px solid #BCBDBC;
	padding: 30px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	}
	
		.tabdiv li {
		list-style-image: url("star.png");
		margin-left: 20px;
		}

.ui-tabs-hide {
		display: none;
		}

		#featuredvid {
		text-align: center;
		}
		
			.fvid {
			margin-bottom: 5px;
			}
		
			.vidselector li {
			text-align: left;
			list-style: none;
			padding: 5px;
			background: #ffffff;
			border: 1px solid #dedbd1;
			text-transform: uppercase;
			margin-bottom: 5px;
			}
				
			
// CSS for Coda Slider



h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

#slider {
    width: 600px;
    margin: 0 auto;
    position: relative;
}

.scroll {
	position:relative;
	top:0px;
	left:0px;
    width:600px;
    overflow: auto;
    overflow-x: hidden;
    background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
	width: 600px;
    border-bottom:1px solid #BCBDBC;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
    background-color: #fff;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 5px;
    cursor: pointer;
}

.scrollButtons.left {
	position:relative;
	left: 250px;
	top:10px;
	float:left;
}

.scrollButtons.right {
	position:relative;
	left: 300px;
	top:10px;
	float:left;
}


.hide {
    display: none;
}



.testimonial {
 	position:relative;
	top:0px;
	left:0px;
	float:left;
}
	

.rpanel {
 	position:relative;
	top:0px;
	right:0px;
	float:left;
	height:auto;
	padding-bottom:10px;
}

.photos {
 	position:relative;
	top:0px;
	right:0px;
	float:left;
	width:600px;
	height:auto;
	padding-bottom:10px;
}

.photos2 {
 	position:relative;
	top:0px;
	right:0px;
	float:left;
	width:500px;
	height:auto;
	padding-bottom:10px;
}

.rpanel h2 {
	font-family:Trebuchet MS;
	font-size:14pt;
	color:#29777B;
	font-weight:normal;
	border-bottom:1px dotted #BCBDBC;
	}
	
.latestwork {
	padding:5px;
	border:1px solid #BCBDBC;
	}
	
.rpanel p {
	font-family:Trebuchet MS;
	font-size:9pt;
	color:#797B7A;
	font-weight:normal;
	line-height: 20px;
	padding-bottom:5px;
	}
	

// End of CSS for Coda Slider