/* ---------------------------------------------------- */  
/* SLIDESHOW 
/* ---------------------------------------------------- */  

.slides li{
height:365px;
}


#slideshow {  
	width: 591px;



	padding:0;
	margin:0;
	//background-image: url('background.png');
	//background-repeat: no-repeat;
	//background-position: center;
	
}

#slideshow ul {  
	margin: 0;  
	padding: 0;  
	list-style-type: none;  
	height: 1%; /* IE fix */
	font-size:8pt;

}  

#slideshow ul:after {  
	content: ".";  
	clear: both;  
	display: block;  
	height: 0;  
	visibility: hidden;
}              
/* ---------------------------------------------------- */  
/* SLIDESHOW > SLIDES 
/* ---------------------------------------------------- */  
#slideshow .slides { 
	width: 616px;
	overflow: hidden;

} 

#slideshow .slides ul {  

}

#slideshow .slides li {  
	width: 616px;
	float: left;  
	margin:0 0 0 0;
	padding:0 0 0 0;

} 

#slideshow .slides p {
	width: 616px;
}

#slideshow .slides a {
	color: #c2bfbf;
}

#slideshow .slides img {
	float: left;
	margin: 0 15px 0 0;
}  
/* ---------------------------------------------------- */  
/* SLIDESHOW > NAVIGATION 
/* ---------------------------------------------------- */  
#slideshow .slides-nav {
	width: 200px;
	height: 56px;

	padding-left:100px;

	text-align:right;

	padding: 10px 20px 0 0;

	color:black;

	
}

#slideshow .slides-nav li {
	margin: 0 5px 0 0;
	padding-right:12px;
	padding-bottom:5px;
	float:right;	
	background-image: url('http://www.pillowtie.com/images/off.jpg');
	background-repeat: no-repeat;
}

#slideshow .slides-nav li a {
	display: block;
	padding: 1px 4px 1px 4px;
	/*color: #FFF;*/
	text-decoration: none;
	color: DarkOrange;

}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
	/*background-color: #252525;*/

/*	background-color: red;*/
	background-image: url('http://www.pillowtie.com/images/on.jpg');
	background-repeat: no-repeat;
}

.js #slideshow .slides-nav li.on a {

}

.js #slideshow #cycle_prev{
	height: 40px;
	width: 39px;
	position: absolute;
	left: 5px;
	top: 160px;
	background-image: url(http://joomla.jansangill.dk/images/slideshow/control_left.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

.js #slideshow #cycle_next{
	height: 40px;
	width: 39px;
	position: absolute;
	right: 5px;
	top: 160px;
	background-image: url(http://joomla.jansangill.dk/images/slideshow/control_right.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

.js #slideshow #cycle_pause{
	margin: -12px 0 0 490px;
	color: #FFF;
	cursor: pointer;
	float: left;
}

.js #slideshow #cycle_resume{
	margin: -12px 0 0 10px;
	color: #FFF;
	cursor: pointer;
	float: left;
}

#cycle_resume.resume,#cycle_pause.pause {
	text-decoration: underline;
} 



.bottomslide
{

	width: 591px;
	height: 56px;
	background-image: url('http://www.warnerdata.com/pillowtie/images/bottomslide.jpg');
	background-repeat: no-repeat;
	
}

#topslide
{
	margin-left:1px;
	height:450px;


}

.shopnow img
{
	margin-left:40px;
	margin-top:0px;

}