

/* 07-13-07 - this class controls the little divs that control each thumbnail (and name and price) of each album
	on the front page - lawrence k */
.albumThumbs {
	width:110px;
	float:left;
}


#navBariHanuman #links {
margin:0px;
margin-top:-22px;
padding:0px;
padding-left:15px;
}



/*Store Frontpage Styles*/

div#albumsList{
	float:left;
	margin:0px;
	margin-left:20px;
	font:Verdana, Arial, Helvetica, sans-serif;	
	font-size:11px;	
	color:#663300;	
	width:670px;
	margin-top:35px;
}

.albumThumbs{
	
	width:150px;
	float:left; 
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
	height:260px; 
	text-align:center;
	
	
}

.albumText{
	height:50px;  
	padding-top:10px;
}

.categories_container{
	position:relative;
	width:671px;
}

.categories{
	float:left;
	background-image: url(/images/store_images/category_fill.jpg);
	width:671px;
	height:255px;
	padding-top:20px;
	padding-left:10px;
	background-repeat:repeat-y;
	
}

.view_all_link{
	position:absolute;
	top:315px;
	left:545px;
	font-weight:bold;	
}
.price{
	padding-left:20px;
	padding-top:5px;
	font-weight:bold;
}

.buy_button{
	padding-right:20px;
}


/*New Products Rollover*/
   
#new_products_link {	/* "link" will be our container, here div tag */
	float:left;
	width: 201px; /* width of reactive image */
	height: 41px; /* height of reactive image */
	background-image: url(/images/store_images/new_products_top_monkey.jpg); /* source for start image */
	background-repeat: no-repeat;
}

a.new_products_rollover{	/* definition of link that will take all of container's space */
	 display: block; /* a tag must be a block */
     width: 201px; /* width of reactive image */
     height: 41px; /* height of reactive image */
     background-image: url(/images/store_images/new_products_top_monkey.jpg); /* source for start image */
     background-repeat: no-repeat;
     }

a.new_products_rollover:hover {	/* first image being masked when hovered onto */
	background: transparent none;
} 


/*Featured Products Rollover*/
   
#featured_link {	/* "link" will be our container, here div tag */
	float:left;
	width: 231px; /* width of reactive image */
	height: 41px; /* height of reactive image */
	background-image: url(/images/store_images/featured_top_hover.jpg); /* source for start image */
	background-repeat: no-repeat;
}

a.featured_rollover{	/* definition of link that will take all of container's space */
	 display: block; /* a tag must be a block */
     width: 231px; /* width of reactive image */
     height: 41px; /* height of reactive image */
     background-image: url(/images/store_images/featured_top.jpg); /* source for start image */
     background-repeat: no-repeat;
     }

a.featured_rollover:hover {	/* first image being masked when hovered onto */
	background: transparent none;
} 


/*Audio Classes Rollover*/
   
#audio_classes_link {	/* "link" will be our container, here div tag */
	float:left;
	width: 201px; /* width of reactive image */
	height: 41px; /* height of reactive image */
	background-image: url(/images/store_images/audio_classes_top_hover.jpg); /* source for start image */
	background-repeat: no-repeat;
}

a.audio_classes_rollover{	/* definition of link that will take all of container's space */
	 display: block; /* a tag must be a block */
     width: 201px; /* width of reactive image */
     height: 41px; /* height of reactive image */
     background-image: url(/images/store_images/audio_classes_top.jpg); /* source for start image */
     background-repeat: no-repeat;
     }

a.audio_classes_rollover:hover {	/* first image being masked when hovered onto */
	background: transparent none;
} 

/*Karma Collection Rollover*/
   
#karma_collection_link {	/* "link" will be our container, here div tag */
	float:left;
	width: 221px; /* width of reactive image */
	height: 41px; /* height of reactive image */
	background-image: url(/images/store_images/karma_collection_top_hover.jpg); /* source for start image */
	background-repeat: no-repeat;
}

a.karma_collection_rollover{	/* definition of link that will take all of container's space */
	 display: block; /* a tag must be a block */
     width: 221px; /* width of reactive image */
     height: 41px; /* height of reactive image */
     background-image: url(/images/store_images/karma_collection_top.jpg); /* source for start image */
     background-repeat: no-repeat;
     }

a.karma_collection_rollover:hover {	/* first image being masked when hovered onto */
	background: transparent none;
} 

/*Music Rollover*/
   
#music_link {	/* "link" will be our container, here div tag */
	float:left;
	width: 201px; /* width of reactive image */
	height: 41px; /* height of reactive image */
	background-image: url(/images/store_images/music_top_hover.jpg); /* source for start image */
	background-repeat: no-repeat;
}

a.music_rollover{	/* definition of link that will take all of container's space */
	 display: block; /* a tag must be a block */
     width: 201px; /* width of reactive image */
     height: 41px; /* height of reactive image */
     background-image: url(/images/store_images/music_top.jpg); /* source for start image */
     background-repeat: no-repeat;
     }

a.music_rollover:hover {	/* first image being masked when hovered onto */
	background: transparent none;
} 

/*Workshops Rollover*/
   
#workshop_link {	/* "link" will be our container, here div tag */
	float:left;
	width: 201px; /* width of reactive image */
	height: 41px; /* height of reactive image */
	background-image: url(/images/store_images/workshops_top_hover.jpg); /* source for start image */
	background-repeat: no-repeat;
}

a.workshop_link_rollover{	/* definition of link that will take all of container's space */
	 display: block; /* a tag must be a block */
     width: 201px; /* width of reactive image */
     height: 41px; /* height of reactive image */
     background-image: url(/images/store_images/workshops_top.jpg); /* source for start image */
     background-repeat: no-repeat;
     }

a.workshop_link_rollover:hover {	/* first image being masked when hovered onto */
	background: transparent none;
} 

/*Yoga Videos Rollover*/
   
#video_link {	/* "link" will be our container, here div tag */
	float:left;
	width: 201px; /* width of reactive image */
	height: 41px; /* height of reactive image */
	background-image: url(/images/store_images/yoga_videos_top_hover.jpg); /* source for start image */
	background-repeat: no-repeat;
}

a.video_rollover{	/* definition of link that will take all of container's space */
	 display: block; /* a tag must be a block */
     width: 201px; /* width of reactive image */
     height: 41px; /* height of reactive image */
     background-image: url(/images/store_images/yoga_videos_top.jpg); /* source for start image */
     background-repeat: no-repeat;
     }


a.video_rollover:hover {	/* first image being masked when hovered onto */
background: transparent none;
} 



.infiniteCarousel {
  width: 500px;
  position: relative;
}

.infiniteCarousel .wrapper {
  width: 560px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
height:280px;
margin:0 40px;
min-height:10em;
overflow:auto;
position:absolute;
top:0;
}

.infiniteCarousel ul a img {

}

.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 10px;
  height: 255px;
  width: 150px;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url(/images/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 37px;
  cursor: pointer;
}

.infiniteCarousel .forward {
background-position:0 0;
margin-right:-150px;
right:0;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}

label { display: block; } 
