/*
Author: TemplateAccess.com (DT/TS)
*/
@charset "utf-8";

#featured, .featured, .fadeout { height:244px; /*this changes the height of the image slider*/ }
#featured { position: relative; width:734px; overflow: hidden;
	/*top: -213px;
	left: -223px;*/
}
.featured { width:690px; position:absolute; top:0; left:0; overflow: hidden; display:none; border-left:1px solid #aaa; background: #fff url(images/preload.gif) no-repeat center center; }



/*accordion slider*/
.featured img { display:block; position: relative; z-index: 1; }
.featured a,
.featured a img,
.featured img { text-decoration: none; border:none; }
.accord_top .featured1 { border:none; display: block; }
.fadeout { background: transparent url(../images/overlay.png) repeat-y right top; position:absolute; width:200px; display:block; right:0px; z-index: 3; }



