a:link {
	font-size:11px;
	color: #666;
	text-decoration: none;
}
a:visited {
	color:#666;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #F30;
}
a:active {
	text-decoration: none;
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 223px; /*width of featured content slider*/
height: 620px;
}
.sliderwrapper .contentdiv{
text-align:left;
background: #FFF;/*f2ebd9 fbe7cb*/
width: 225px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 223px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
font-size:10px;
margin-bottom:5px;
}

.pagination a{
text-decoration: none; 
color: #fff;
background: #CCC;
padding:3px;
margin:0 5px 0 0;
}

.pagination .nav{
text-decoration: none; 
color: #fff;
background: #CCC;
padding:3px;
width:10px;
display:inline;
cursor:pointer;
}

.pagination a:hover, .pagination a.selected,.pagination .nav:hover{
color: #FFF;
background:#565656;
font-weight:bolder;
}

.panelborder01{
 -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;

   /*
     Introduced in IE 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
   -ms-user-select: none;
   user-select: none;
}

