*{
	margin:0;
	padding:0;
}

body{
	color:#333;
	background:url('img/dusk.jpg') repeat-x #000011;
	font:13px "Lucida Sans Unicode",Helvetica,Arial,sans-serif;
}


div#textblock{
	width:642px;
	height: 25px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	webkit-border-radius: 3px;
	
	/* Fallback for web browsers that doesn't support RGBa */
background: rgb(0, 0, 0) transparent;
/* RGBa with 0.6 opacity */
background: rgba(0, 0, 0, 0.3);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";

	margin: 0 auto 0;
	text-align:center;
	padding-top: 5px;
	letter-spacing:1px;
	font-family: 'Signika', sans-serif; 
	color: #aaaaaa;
	font-size: 16px; 
	text-shadow: 0px 2px 3px #112266; 
	border-style: dotted; 
	border-width: 0px 0px 0px 0px; 
	border-color: #aabbdd;
}


#slideshow{
	background-color:#dedede;
	border-radius: 4px;
	-moz-border-radius: 4px;
	webkit-border-radius: 4px;
	height: 480px;
	margin: 0px auto 0;
	position:relative;
	width:640px;
	
	-moz-box-shadow:0 0 22px #111;
	-webkit-box-shadow:0 0 22px #111;
	box-shadow:0 0 22px #111;
}

#slideshow ul{
	height:480px;
	left:10px;
	list-style:none outside none;
	overflow:hidden;
	position:absolute;
	top:10px;
	width:620px;
}

#slideshow li{
	position:absolute;
	display:none;
	z-index:10;
}

#slideshow li:first-child{
	display:block;
	z-index:1000;
}

#slideshow .slideActive{
	z-index:1000;
}

#slideshow canvas{
	display:none;
	position:absolute;
	z-index:100;
}

#slideshow .arrow{
	height:86px;
	width:60px;
	position:absolute;
	background:url('https://www.sampratt.com:443/111/img/arrows.png') no-repeat;
	opacity:0.75;
	filter:alpha(opacity=75); /* For IE8 and earlier */
	top:45%;
	margin-top:-43px;
	cursor:pointer;
	z-index:5000;
	font-family: 'Signika', sans-serif;
	color: #bbb;
	line-height: 21px;
}

#slideshow .arrow:hover{
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}


#slideshow .left{
	height:550px;
	width:200px;
	position:absolute;
	background:url('img/left.gif') no-repeat;
	opacity:0.3;
	filter:alpha(opacity=30); /* For IE8 and earlier */
	margin-top:-74px;
	margin-left:-200px;
}

#slideshow .right{
	height:550px;
	width:200px;
	position:absolute;
	background:url('img/right.gif') no-repeat;
	opacity:0.3;
	filter:alpha(opacity=30); /* For IE8 and earlier */
	margin-top:-74px;
	margin-left:640px;
}



#slideshow .price{
	font-family: 'Signika', sans-serif; 
       font-size: 36px;
       line-height: 36px;
       font-weight: 700;
       color: #CC3300;
       }
       
#slideshow .item{
      float: right;
        text-align: left;
        width: 540px;
       color: #334455;
      font-family: 'Nixie One', serif; 
      font-size: 32px;
     line-height: 38px;
      font-weight: 300;
      }

#slideshow .shop{
      float: right;
         text-align: left;
         width: 540px;
      font-family: 'Signika', sans-serif; 
      font-size: 16px;
      font-weight: 300;
      letter-spacing: 1px;
      text-transform: uppercase;
      }

#slideshow .previous{ background-position:left top;left:0; 
	padding-left: 2px;}
#slideshow .previous:hover{ background-position:left bottom;}

#slideshow .next{ background-position:right top;right:0; text-align:right; padding-right: 2px;}
#slideshow .next:hover{ background-position:right bottom;}


/* The following styles are only used for the styling of the demo page */

p.description{
	font-family: 'Signika, sans-serif;
	font-weight: 300; 
	color: #333; 
}

p.caption{
	text-align:center;
	font-size:12px;
	margin:50px;
}

p.credit{
	text-align:center;
	color:#888;
	font-size:10px;
}

p.credit a,
p.credit a:visited{
	color:#ccc;
	border-bottom-color:#aaa;
}

p.credit a:hover{
	border-bottom-color:transparent;
}

a, a:visited {
	text-decoration:none;
	outline:none;
	border-bottom:0px dotted #6699bb;
	color:#6699bb;
}

a:hover{
	border-bottom:1px dashed transparent;
}

.clear{
	clear:both;
}