/* carousel tablet */

	.tabletCarousel
	{
		height: 127px;
		width: 860px;
		margin: auto;
	}

	.tabletCarouselButton
	{
		border: 0;
	}

	.tabletCarouselButton.left
	{
		position:absolute;
		left:100px;
		top:0px;
	}

	.tabletCarouselButton.right
	{
		position:absolute;
		right:0;
		top:0px;
	}

	.tabletCarouselPhotos
	{
		margin: 0 auto;
		margin-top:0px;
		margin-left:150px;
		width: 660px;
		height: 127px;
		overflow: hidden;
		z-index:2;
	}
	
	.tabletCarouselPhotos div {
		float:left;
		width:132px;
		height:132px;
		text-align:center;
			
	}



	.tabletCarouselPhotos img
	{
		/*float: left;*/
		margin: 5px;
		border:solid 1px #333333;
	}
	
	.tabletCarouselButtons {
		position:absolute;
		width:860px;
		top:40px; 
		z-index:1;
	}

	
	.disabled img {
		opacity: .3;
		filter: alpha(opacity=30);
	}
	
	a.gallerybutton, a.gallerybutton:visited {
		float:left;
		clear:left;
		display:block;
		width:60px;
		height:18px;
		line-height:18px;
		text-align:center;
		border:1px solid #333333;
		font:1.2em;
		color:#FFFFFF;
		padding:5px;
	}
	
	a.gallerybutton.normal {
		background:#424242 url(../images/bg_h4_block_grey.gif) left no-repeat;
	}
	
	a.gallerybutton:hover, a.gallerybutton.selected {
		background:#990000 url(../images/bg_h4_block_red.gif) left no-repeat;
	}	
