/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
width: 900px;
margin: 0 auto 0 auto;
}

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

#slideshow ul:after {
content: ".";
clear: both;
display: block;
height: 0;
visibility: hidden;}            

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
overflow: hidden;
width: 557px;}

#slideshow .slides ul {
width: 2880px;}

#slideshow .slides li {
width: 557px;
float: left;
}

#slideshow .slides h2 {
margin-top: 0;}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION  1
/* ---------------------------------------------------- */
#slideshow .slides-nav {
background-image: url(../images/slider/sPhone.jpg);
background-repeat: no-repeat;
width: 885px;
margin-top: 2px;
margin-left: 15px;
height: 25px;
}

#slideshow .slides-nav li {
float: left;
width: 25px;
height: 25px;
margin-right: 5px;
}

#slideshow .slides-nav li a {
display: block;
background-image: url(../images/slider/sgreen.jpg);
background-repeat: no-repeat;
color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
text-decoration: none;
text-align: center;
width: 25px;
height: 20px;
padding-top: 5px;
outline: none;}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
background-image: url(../images/slider/sorange.jpg);
background-repeat: no-repeat;
}

.js #slideshow .slides-nav li.on a {
position: relative;
}


/* ---------------------------------------------------- */
/* FORM STYLES
/* ---------------------------------------------------- */

#mainimg-form {
	width: 343px;
	height: 153px;
	margin: 0 auto 0 auto;
	padding-top: 150px;
	float: right;
	background-image: url(../images/slider/adt-bestbuy-form.jpg);
}

span.required {
  font-size: 13px !important;
  color: #FFCC00 !important;
}

#formbox {
	width: 343px;
	height: 188px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	float: right;
	margin: 0 0 0 0;
}

#leftbox {
	width: 100px;
	height: 150px;
	float: left;
}

.left{
  /* Changes on the form */
  color: #ffffff !important; 
  font-family: arial !important;
  font-size: 12px !important;
  text-align: right;
  width: 100px;
  height: 28px;
}

#rightbox {
	width: 230px;
	height: 150px;
	float: right;
	text-align: left;
}

.right {
  /* Changes on the form */
  color: #000000 !important; 
  font-family: arial !important;
  font-size: 12px !important;
  width: 230px;
  height: 28px;
}