/******************************************************\
* Interspire Shopping Cart Style File                *
*                                                    *
* Name: Default                                      *
* Author: Chris Boulton (Interspire Pty. Ltd.)       *
* Id: $Id$                                           *
\*****************************************************/


/* ######### CSS for SlideFrame  ######### */


.ContentWide {
width: 700px; 		/* FEB 2010: foto width +  15 */
margin: 0;
float: left;
padding: 0 0 0 0px;
}
.slideshow .controls {
/*background: url(images/topcenterblock.png) no-repeat 0 0;*/
height: 29px; 
}
.slideshow .slidetitle {
float: left;
padding-left: 0px;
padding-top: 0px;
color: #fff;
font-weight: bold;
}
.slideshow .pause-play {
float: right;
}
.slideshow .pause-play a {
display: block;
float: left;
margin: 1px;
width: 19px;
height: 19px;
text-indent:-9999px;
cursor: pointer;
margin: 5px 0px 0 0;
}
.slideshow .pause-play a.pause {
background: url(images/pause.gif) no-repeat 0 0;
}
.slideshow .pause-play a.play {
background: url(images/play.gif) no-repeat 0 0;
}
.slideshow .pager {			/* FEB 2010: the long list of number buttons */
float: right;
clear: none;
margin: 5px 0 0 8px;
}
.slideshow .pager a {
display: block;
float: left;
margin: 0 3px 0 0;
padding: 2px 0 2px;
width: 19px;				/* FEB 2010: the number buttons */
height: 19px;				/* FEB 2010: the number buttons */
font-size:11px;
color: #A08C52;				/* FEB 2010: Color of the numbers */
line-height: normal;
text-align: center;
text-decoration: none;
background: url(images/pagerbg.gif) no-repeat 0 0;
}
.slideshow .pager a.activeSlide {
text-decoration: underline;
background: url(images/pageractive.gif) no-repeat 0 0;
}

.slideshow .slide{
clear: both;
float: left;
margin: 0px 0 0 0px ;
}
.slideshow .slide img {
width: 700px;				/* FEB 2010: This is the slide width and height */
height:250px;

}

/* 	FEB 2010: This is the Frame around the foto (if you want it)  	*/

.frame-block {
	position: relative;
	display: block;
	height:205px;
	width: 700px;
	margin-top: 7px;
	/*  background: url(images/frame.png) no-repeat center top; */
}


