
/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
/*	font:14px/1.6 Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	color:#333;
	background:#eee;
*/ }

a, a:visited {
	color:blue;
	text-decoration:none;
}
a:hover, a:active {
	color:#000;
	text-decoration:none;
}

#dev7link {
    
	position:absolute;
    
	top:0;
    left:50px;
    background:url(images/dev7logo.png) no-repeat;
    width:60px;
    height:67px;
    border:0;
    display:block;
    text-indent:-9999px;
}

.slider-wrapper { 
	/*
	width: 80%;
	*/ 
	width: 100%;
	/*
	margin: 100px auto;
	*/
	/*
	margin: 0px auto;
	*/
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}