.trailerBoxes {
margin: 0px 0 px 50px 0px;	
}


.spacer{
width:14px;
height:48px;
float:left;
}

.prevInactive{
background:url(images/section_purple_slLeft.gif) no-repeat 0 -0px;
}

.nextInactive{
background:url(images/section_purple_slRight.gif) no-repeat 0 -0px;
}

.prevInactive2{
background:url(images/section_pink_slLeft.gif) no-repeat 0 -0px;
}

.nextInactive2{
background:url(images/section_pink_slRight.gif) no-repeat 0 -0px;
}


.slider1 ul{
padding:0;
margin:0;
}

.slider1, .slider1 li{ 
width: 242px;/*define width and height of container element and list item (slide) list items must be the same size as the slider area*/
height:48px;
float:left;
margin:0;
padding:0;
overflow:hidden;
border: none; 
}

.slider1 li img{
margin:0;
}



#prev1, #prev2, #next1, #next2{
display:block;
width:14px;
height:48px;
margin:auto;
cursor:pointer;
}

#prev1{
background:url(images/section_pink_slLeft.gif) no-repeat 0 -48px;
}

#prev2{
background:url(images/section_purple_slLeft.gif) no-repeat 0 -48px;
}

#next1{
background:url(images/section_pink_slRight.gif) no-repeat 0 -48px;
}

#next2{
background:url(images/section_purple_slRight.gif) no-repeat 0 -48px;
}

#prev1:hover, #prev2:hover, #next1:hover, #next2:hover{
background-position:0 -96px;
}

#prev1:active, #prev2:active, #next1:active, #next2:active{
background-position:0 -144px;
}

.slider2 ul{
padding:0;
margin:0;
}

.slider2, .slider2 li{ 
width: 242px;/*define width and height of container element and list item (slide) list items must be the same size as the slider area*/
height:48px;
float:left;
margin:0;
padding:0;
overflow:hidden;
border: none; 
}

.slider2 li img{
margin:0;
}