
#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;
}

.theme-default #slider {
    /*margin:0px auto 0 auto;*/
    margin:0;
    padding:0;
    width:728px; /* Make sure your images are the same size */
    height:280px; /* Make sure your images are the same size */
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper 
{
	background:white;
    margin-top:0px;
}
.desc-slider
{
	background:#ccc;
	position:relative;
	top:0px;	
	height:40px;
	opacity: 0.4; 
    filter: alpha(opacity = 30);
    -moz-opacity: 0.3; 
    -khtml-opacity: 0.3;
    zoom: 1; 
    padding:3px 10px 3px 10px;
    font-weight:bold;
    font-size:13px;
    color:Red;
}