/* ver. 0.6.0 */
.eaSliderWindow p h1 h2 h3 h4 h5{
	font-size:0.8em;
}
.eaSliderWindow {
 	position:absolute;
 	left:0px;
 	padding:0px;
 	margin:0px;
 	overflow-y:hidden;
	overflow-x:hidden;	
}

.eaSliderWindow .bd{
	border:0px;
	height:254px;
	left:0px;
/*	width:inherit; do not 'inherit' otherwise Safari won't resize */
	background:#fff;	
	background-image:url(sw_handle_bg.gif);
	background-repeat:  no-repeat;
	background-position: right center;
}
 
.container-close{
	background:transparent url(sw_sprite.gif) no-repeat scroll 0px 0px;
	cursor:pointer;
	height:12px;
	position:absolute;
	right:7px;
	top:5px;
	visibility:inherit;
	width:12px;
	z-index:1;
}

.eaSliderWindow .handle-target{
	background:transparent;
	cursor:pointer;
	width:5px;
	position:absolute;
	right:0px;
	top:21px;
	visibility:inherit;
	z-index:1;
}

 /* margin-right to hide the text against right backg image, rest normal padding,  height:254px; */
.eaSliderWindow .bdc{
	height:100%;
	overflow-x:hidden;
	overflow-y: auto;
	left:0px;
}
 
.eaSliderWindow .hd{
 	height:21px;
 	background-image:url(sw_header_bg.gif);  
	background-repeat:  no-repeat;
	background-position: top right;
	font-size:0.7em;
	line-height:21px;
	vertical-align: text-bottom;
	text-align:center;
	border:none;
}

.eaSliderWindow .hdc{
 	height: 21px;
	font-size: 1.0em;
	line-height: 21px;
	vertical-align: text-bottom;
	text-align: center;
	border: none;
	left:0px;
	overflow-x: hidden;
	overflow-y: hidden;
}

.eaSliderWindow .hd p{
	vertical-align:bottom;
}
 
.eaSliderWindow .ft{ 

	height:12px;
 	background-image:url(sw_footer_bg.gif); 
	background-repeat:  no-repeat;
	background-position: top right;
}

a#sliderwindow_lnk:link{
	color:  #676767;
	text-decoration: none;
}

a#sliderwindow_lnk:visited{
	color:  #676767;
	text-decoration: none;
}

a#sliderwindow_lnk:active{
	color:  #676767;
	text-decoration: none;
}

a#sliderwindow_lnk:hovered{
	color:  #676767;
	text-decoration: none;
}

/* 
Show the active handle when hovered 
Overriding YUI styles
*/
.yui-resize-hover .yui-resize-handle-active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.yui-resize .yui-resize-handle-inner-t{
	background: transparent no-repeat url(sw_t-handle_bg.gif) 50% 0;
	position:absolute;
    left: 0px;
    height: 5px;
    width: 100%;
}

.yui-resize .yui-resize-handle-inner-tr{
	position:absolute;
    left: -5px;
    height: 10px;
    width: 10px;
    background-image: url(sw_sprite.gif);
    background-repeat: no-repeat;
    background-position: -2px -12px;
}