
.ad-gallery, .ad-gallery * {
	margin: 0;
	padding: 0;
}
.ad-gallery .ad-image-wrapper {
	width: 100%;
	height: 470px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
.ad-gallery .ad-image-wrapper .ad-loader {
	position: absolute;
	z-index: 10;
	top: 48%;
	left: 48%;
	border: 1px solid #CCC;
}
.ad-gallery .ad-image-wrapper .ad-next {
	position: absolute;
	right: 0;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	display: block;
	z-index: 100;
}
.ad-gallery .ad-image-wrapper .ad-prev {
	position: absolute;
	left: 0;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	display: block;
	z-index: 100;
}
.ad-gallery .ad-image-wrapper .ad-prev, .ad-gallery .ad-image-wrapper .ad-next {
/* Or else IE will hide it */
	background: url('../non-existing.jpg')\9;
}
.ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
	background: url(../../../../../images/personal/mobile/product_gallery/ad_prev.png) right no-repeat;
	width: 100px;
	height: 45px;
	display: none;
	position: absolute;
	top: 47%;
	left: 0;
	z-index: 101;
}
.ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
	background: url(../../../../../images/personal/mobile/product_gallery/ad_next.png) left no-repeat;
	width: 100px;
	height: 45px;
	right: 0;
	left: auto;
}
.ad-gallery .ad-image-wrapper .ad-image {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 9;
}
.ad-gallery .ad-image-wrapper .ad-image a img {
	border: 0;
}
.ad-gallery .ad-controls {
	height: 20px;
	text-align:center;
}
.ad-gallery .ad-info {
	float: left;
	width: 100%;
	font-size: 0.75em;
	font-weight: bold;
}
.ad-gallery .ad-slideshow-controls {
	float: right;
}
.ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
	padding-left: 5px;
	cursor: pointer;
}
.ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
	padding-left: 5px;
	font-size: 0.9em;
}
.ad-gallery .ad-slideshow-running .ad-slideshow-start {
	cursor: default;
	font-style: italic;
}
.ad-gallery .ad-nav {
	width: 100%;
	position: relative;
}
.ad-gallery .ad-forward, .ad-gallery .ad-back {
	position: absolute;
	top: 0;
	height: 100%;
	z-index: 10;
}
/* IE 6 doesn't like height: 100% */
* html .ad-gallery .ad-forward, .ad-gallery .ad-back {
	height: 105px;
}
.ad-gallery .ad-back {
	cursor: pointer;
	left: 0px;
	width: 70px;
	display: block;
	background: transparent url(../../../../../images/personal/mobile/product_gallery/forward_backward_bg.png) left top no-repeat;
}
.ad-gallery .ad-forward {
	cursor: pointer;
	display: block;
	right: 0px;
	width: 70px;
	background: transparent url(../../../../../images/personal/mobile/product_gallery/forward_backward_bg.png) right top no-repeat;
}
.ad-gallery .ad-nav .ad-thumbs {
	overflow: hidden;
	width: 100%;
	background: #e4e4e4;
	padding: 0px 0px 10px 0;
}
.ad-gallery .ad-thumbs .ad-thumb-list {
	float: left;
	width: 9000px;
	list-style: none;
	padding: 0 65px;
}
.ad-gallery .ad-thumbs li {
	float: left;
	padding-right: 5px;
}

.ad-gallery .ad-thumbs li a {
	display: block;
	padding: 10px 3px 4px 3px;
	background: url(../../../../../images/personal/mobile/product_gallery/product_bg.jpg) no-repeat center top;
	min-width: 80px;
	min-height: 80px;
}
.ad-gallery .ad-thumbs li a img {
	display: block;
	margin: 0 auto;
	max-height: 75px;
  padding-top: 5px;
}
.msie7 .ad-gallery .ad-thumbs li a,
.msie7 .ad-gallery .ad-thumbs li a img {
	display: inline;
	zoom: 1;
}
.ad-gallery .ad-thumbs li a.ad-active{

	background: url(../../../../../images/personal/mobile/product_gallery/product_active_bg.jpg) no-repeat center top;
}
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
	position: absolute;
	left: -9000px;
	top: -9000px;
}
/*********************css for video below */


.ad-video-gallery, .ad-video-gallery * {
	margin: 0;
	padding: 0;
}
.ad-video-gallery .ad-video-wrapper {
	width: 100%;
	height: 470px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
.ad-video-gallery .ad-video-wrapper .ad-loader {
	position: absolute;
	z-index: 10;
	top: 48%;
	left: 48%;
	border: 1px solid #CCC;
}
.ad-video-gallery .ad-video-wrapper .ad-next {
	position: absolute;
	right: 0;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	display: block;
	z-index: 100;
}
.ad-video-gallery .ad-video-wrapper .ad-prev {
	position: absolute;
	left: 0;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	display: block;
	z-index: 100;
}
.ad-video-gallery .ad-video-wrapper .ad-prev, .ad-video-gallery .ad-video-wrapper .ad-next {
/* Or else IE will hide it */
	background: url('../non-existing.jpg')\9;
}
.ad-video-gallery .ad-video-wrapper .ad-prev .ad-prev-image, .ad-video-gallery .ad-video-wrapper .ad-next .ad-next-image {
	background: url(../../../../../images/personal/mobile/product_gallery/ad_prev.png) right no-repeat;
	width: 100px;
	height: 45px;
	display: none;
	position: absolute;
	top: 47%;
	left: 0;
	z-index: 101;
}
.ad-video-gallery .ad-video-wrapper .ad-next .ad-next-image {
	background: url(../../../../../images/personal/mobile/product_gallery/ad_next.png) left no-repeat;
	width: 100px;
	height: 45px;
	right: 0;
	left: auto;
}
.ad-video-gallery .ad-video-wrapper .ad-image {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 9;
}
.ad-video-gallery .ad-video-wrapper .ad-image a img {
	border: 0;
}
.ad-video-gallery .ad-controls {
	height: 20px;
	text-align:center;
}
.ad-video-gallery .ad-info {
	float: left;
	width: 100%;
	font-size: 0.75em;
	font-weight: bold;
}
.ad-video-gallery .ad-slideshow-controls {
	float: right;
}
.ad-video-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-video-gallery .ad-slideshow-controls .ad-slideshow-stop {
	padding-left: 5px;
	cursor: pointer;
}
.ad-video-gallery .ad-slideshow-controls .ad-slideshow-countdown {
	padding-left: 5px;
	font-size: 0.9em;
}
.ad-video-gallery .ad-slideshow-running .ad-slideshow-start {
	cursor: default;
	font-style: italic;
}
.ad-video-gallery .ad-nav {
	width: 100%;
	position: relative;
}
.ad-video-gallery .ad-forward, .ad-video-gallery .ad-back {
	position: absolute;
	top: 0;
	height: 100%;
	z-index: 10;
}
/* IE 6 doesn't like height: 100% */
* html .ad-video-gallery .ad-forward, .ad-video-gallery .ad-back {
	height: 105px;
}
.ad-video-gallery .ad-back {
	cursor: pointer;
	left: 0px;
	width: 70px;
	display: block;
	background: transparent url(../../../../../images/personal/mobile/product_gallery/forward_backward_bg.png) left top no-repeat;
}
.ad-video-gallery .ad-forward {
	cursor: pointer;
	display: block;
	right: 0px;
	width: 70px;
	background: transparent url(../../../../../images/personal/mobile/product_gallery/forward_backward_bg.png) right top no-repeat;
}
.ad-video-gallery .ad-nav .ad-thumbs {
	overflow: hidden;
	width: 100%;
	background: #e4e4e4;
	padding: 0px 0px 10px 0;
}
.ad-video-gallery .ad-thumbs .ad-thumb-list {
	float: left;
	width: 9000px;
	list-style: none;
	padding: 0 65px;
}
.ad-video-gallery .ad-thumbs li {
	float: left;
	padding-right: 5px;
}

.ad-video-gallery .ad-thumbs li a {
	display: block;
	padding: 10px 3px 4px 3px;
	background: url(../../../../../images/personal/mobile/product_gallery/product_bg.jpg) no-repeat center top; 
	min-width: 80px;
	min-height: 80px; 
}
.ad-video-gallery .ad-thumbs li a img {
	display: block;
	margin: 0 auto;
	max-height: 75px;
  padding-top: 5px;
}
.msie7 .ad-video-gallery .ad-thumbs li a,
.msie7 .ad-video-gallery .ad-thumbs li a img {
	display: inline;
	zoom: 1;
}
.ad-video-gallery .ad-thumbs li a.ad-active{

	background: url(../../../../../images/personal/mobile/product_gallery/product_active_bg.jpg) no-repeat center top;
}
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
	position: absolute;
	left: -9000px;
	top: -9000px;
}

/* product color link*/

.product_black{

}

.product_white{

}


/* BuyNow button classes for different plans */
.button_extreme_cap_plan{

}

.button_timeless_max_plan{

}

.button_yes_cap_plan{

}

/* Added classes for ratings and reviews */
.device_rating #ratings_reviews {
	padding-bottom: 5px;
}

.device_rating #ratings_reviews img {
	vertical-align: middle;
}

.device_rating #ratings_reviews span {
	vertical-align: middle;
	padding: 5px 0 0 8px;
}

