/* This css file serves as a template for styling your kwicks.  Feel free to modify, but please make note of the comments - some of them are important. */
.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 106x;
	height: 60px;
	cursor:pointer;
	float: left;
	
	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
	
}


.kwicks li a{
	height: 60px;
	width: 106px;
	text-indent:-9999px;
	outline:none;
	display:block;
	z-index:2;
	cursor:pointer;
}

.kwicks li a:hover {
	color: red;
}



.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 3px; /*Set to same as spacing option. */	
	float: left;
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 3px; /*Set to same as spacing option. */	
}

#m1 {
	background-image: url(images/m1.jpg);
}
#m2 {
	background-image: url(images/m2.jpg);
}
#m3 {
	background-image: url(images/m3.jpg);
}
#m4 { 
	background-image: url(images/m4.jpg);
}
#m5 { 
	background-image: url(images/m5.jpg);
}
#m6 {
	background-image: url(images/m6.jpg);
}

.kwicks.horizontal #m5 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #m5 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left; margin: 0px 6px 4px 0px;
}

.alignright {
   float: right; margin: 0px 4px 4px 4px;
}


#c1 {
	width:90px;
	height:120px;
	border: thin solid #333;
	margin-top: 5 0px;
}

#homepg a {
	color: #988036;
	text-decoration: none;
	border: none;
}

#titlecat a strong{
	text-decoration: none;
}

#titlecat {
	color: #FFF;
	}

#homepg td #textcat{
	color: #FFF
	}

#titleimg a img {
width: 110px;
height: 100px;
border: 3px solid #ddd;
}

.wp-caption {
-border: 1px solid #ddd;
text-align: center;
-background-color: #f3f3f3;
padding-top: 4px;
margin: 0 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img {
margin: 0;
padding: 0;
-border: 0 none;
border: 2px solid #ddd;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 2px 2px;
margin: 0;
}

.autoviewer {
text-align: center;
padding-bottom: 0px;
}

/*Accordion*/
.accordionWrapper{display:inline-block; background-color:#443635; overflow:hidden;}
.accordionWrapper img{vertical-align:top; border:0; margin:0; padding:0 }
.accordionWrapper div{display:inline; float:left; margin:auto; }
.accordionWrapper div.title{cursor:pointer; height: 60px; width=40px;}
.accordionWrapper div.content{display:none; height: 60px; width=340px;}


/*Banner*/
.banners {
	float: right;
	margin: 0;
	width: 225px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 60;
	background-image: url(../images/sidebar_bkg.jpg);
	background-repeat: repeat-y;
	background-position: 0% 0px;
	vertical-align:top;
	display:inline
}

.banners img {
	padding-left: 40px;
	padding-bottom: 8px;
	}
	
.banners a {
	text-decoration: none;
	}
