﻿
/*********
This style sheet is used to style the more example gallery scroller to
change the background and foreground colours when click event occurs 

*/

body {
}


.soloselect
{
	background:transparent url(/CMSTemplates/Phoenix/controls/jcarousel/images/system/example_selected_top.gif) no-repeat;
	background-position:top;
	color:#FFFFFF;
}



 .soloselect .header
{
	height:25px;
}

 .soloselect .imageholder
{
	width:120px;
}

 .soloselect .footer
{
	width:168px;
	height:49px;
	top:70px;
	position:relative;	
	background:transparent url(/CMSTemplates/Phoenix/controls/jcarousel/images/system/example_selected_arrow.gif) no-repeat;
}


.solo
{
	background:transparent url(/CMSTemplates/Phoenix/controls/jcarousel/images/system/example_top.gif) no-repeat;
	background-position:top;
	color:#000000;
	cursor:pointer;
}

 .solo .header
{
	height:25px;
}

 .solo .imageholder
{
	width:120px;
}

 .solo .footer
{
	width:168px;
	height:49px;
	top:70px;
	position:relative;	
	background:transparent url(/CMSTemplates/Phoenix/controls/jcarousel/images/system/example_arrow.gif) no-repeat;	
}
