@charset "UTF-8";
div#partner-yoga-slideshow {
	position: relative;
	width: 599px;
	height: 580px;
	background: #ffffff;
	border: 8px solid #CCCCCC;
	padding-left:10px;
	padding-right:15px;
	padding-top:4px;
	padding-bottom:10px;
}

div.slideshow {
	position: relative;
	width: 575px;
	height: 500px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}

div.slideshow div.slides div.slide {
	display: none;
}

div.slideshow div.slides div.slide.first {
    display: block;
}

div.slideshow div.prev,
div.slideshow div.next {
    position: absolute;
    top: 0;
    width: 15px;
    height: 100%;
    background: #ffffff url() 50% 50% no-repeat;
    z-index: 999;
    cursor: pointer;
}

div.slideshow div.prev {
    left: 0;
    background-image: url(http://site.vickerey.com/assets/nav/static-prev.png);
}

div.slideshow div.prev.active {
	background-image: url(http://site.vickerey.com/assets/nav/static-prev-active.png);
}

div.slideshow div.next {
    right: 0;
    background-image: url(http://site.vickerey.com/assets/nav/static-next.png);
}

div.slideshow div.next.active {
    background-image: url(http://site.vickerey.com/assets/nav/static-next-active.png);
}

div.slideshow div.pager {
	z-index: 999;
	position:relative;
	text-align: right;
	margin: 3px 0 3px 0;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 2px solid #d6d6d6;
	border-bottom: 2px solid #d6d6d6;
}

div.slideshow div.pager a {
	padding: 2px 5px;  
	text-decoration: none;
	color: #303030;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif; 
}

div.slideshow div.pager a.active, div.slideshow div.pager a.hover {
	color: #a72251;
}

#gallerylink {
	position:absolute;
	left: 2px;
	top: 2px;	
}
#gallerylink span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #303030;
}
#gallerylink .hover {
	color: #a72251;
	cursor:pointer;
}
#NavThumbs table td {
	height: 51px;
}
#NavThumbs table td img {
	width: 49px;
	border: 1px solid #d6d6d6;
}
#NavThumbs table td img:hover {
	border: 2px solid #d6d6d6;
}

