body{
	margin: 0; padding: 0; text-align: center; overflow: hidden;
	background: #0f1113;
	font-family: Verdana, Arial, Serif;
}
.ui-page{outline: 0;}
.ui-loader{display: none !important;}
.clearboth{clear: both;}
.cigallery{
	margin: auto;
	position: relative;
	width: 100%;
	overflow: hidden;
	outline: 0;
	outline: none;
}
.cigallery > ul{
	display: block; 
	width: 1000000000px; 
	position: absolute; 
	left: 0; 
	top: 0;
	margin: 0;
	padding: 0;
}
.cigallery > ul li table{border: 0;}
.cigallery > ul li{
	display: block; 
	float: left; 
	width: 100%; 
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
}
.cigallery > ul li a{
	text-align: center; 
	font-size: 1em;
	color: #333;
	text-decoration: none;
	display: block;
	outline: 0;
	outline-style: none;
}
.cigallery > ul li img{
	margin: auto;
	/*
	max-height : 100%;
	width: 100%;
	*/
	max-width: 100%;
	max-height: 100%;
}
.cigallery-prev,.cigallery-next{
	position: absolute;
	top: 48%;
	width: 51px;
	height: 82px;
	background: url('http://i.imgci.com/espncricinfo/gallery/sprite.v4.png') no-repeat 0px 0px;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 4;
}
.cigallery-next{
	background-position: -9px -177px;
	right: 0;
}
.cigallery-prev{
	left: 0;
	background-position: -9px -90px;
}
.cigallery-prev.disabled{
	background-position: -65px -90px !important;
	cursor: default;
}
.cigallery-next.disabled{
	background-position: -65px -177px !important;
	cursor: default;
}

.top-strip{
	min-height: 77px;
	background: #111315;
	top: 0;
	position: absolute;
	width: 100%;
	z-index:2;
	color: #fff;
	border-bottom: 1px solid #2b2b2b;
	font-size: 14px;
}
.top-strip .description{
	border-left: 1px solid #fff;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 48px;
}
.top-strip .left{width: 300px; float: left; margin-top:10px;}
.top-strip .left img{border: 0; max-width: 100%;}
.top-strip .middle{width: 60%; float: left; text-align: left; line-height: 22px;}
.top-strip .right{width: 200px; float: right;}
.top-strip .close-btn{float: right;}
.top-strip .title{padding-right: 5px; color:#BDBDBD;}
.top-strip .credit{color:#BDBDBD;}
.top-strip a.close{
	width: 21px;
	height: 25px;
	overflow: hidden;
	float: right;
	font-size: 2.2em;
	font-weight: normal;
	color: grey;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	background: url('http://i.imgci.com/espncricinfo/cricket_monthly/sprite.v4.png') no-repeat -6px -53px;
	text-indent: -9999px;
	z-index: 400;
	z-index: 2;
	position: relative;
	margin-right: 6px;
}
.pagination{
	min-height: 40px;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 3;
	background: #0f1113;
	display: none;
}
.pagination ul{
	margin: 10px 0 0 0;
	padding: 0;
	display: inline-block;
	list-style-type: none;
}
.pagination ul li{
	margin: 0;
	padding: 0;
	display: inline-block;
}
.pagination ul li span{
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;

-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;

border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;

-webkit-background-clip: padding-box; 
-moz-background-clip: padding; 
background-clip: padding-box;

background: #2e2a29;
display: inline-block;
width: 10px;
height: 10px;
margin-left: 3px;
margin-right: 3px;
cursor: pointer;
}
.pagination ul li.active span{background: #fff;}
.bottom-desc{
	display: none;
}
.bottom-desc .desc-text,.bottom-desc .title,.bottom-desc .credit{
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
}
.bottom-desc .title,.bottom-desc .credit{display: none;}
.social-share-wrap{
	margin: 20px 0 10px 0;
	color: #fff;
	min-height: 20px;
	position: absolute;
}
.tweetbutton{
	width: 105px;
	float: left;
	overflow: hidden;
	margin-top: 2px;
	margin-left: 10px;
}
.fbbutton{
	width: 50px;
	/*height: 24px;*/
	float: left;
	overflow: hidden;
	position: relative;
	margin-top: 2px;
	padding: 3px 4px;
	background: #fff;
	line-height: 14px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
/* medium devices and tablets*/
@media (max-width: 1024px) and (min-width: 640px){
	.pagination{
		/*display: block;*/
	}
	.cigallery-next, .cigallery-prev{
		/*display: none;*/
	}
	.top-strip .middle {
		float: none;
		width: 100%;
		clear: left;
	}
	.top-strip .right {
		position: absolute;
		top: 0;
		right: 0;
		width: 210px;
	}
	.top-strip .description {
		border-left: 0;
	}
	.top-strip .desc-text{color:#fff;}
	.top-strip .title, .top-strip .credit{color:#BDBDBD;}
}
/* small devices */
@media (max-width: 640px){
	body{
		-webkit-text-size-adjust: none;
		-moz-text-size-adjust: none;
	}
	.top-strip{
		border-bottom: 0;
		min-height: 33px;
	}
	.social-share-wrap{
		margin: 6px 0 10px 0;
		position: relative;
	}
	.social-share-wrap .fbbutton,.social-share-wrap .tweetbutton{display: none;}
	.top-strip .left{
		width: 100%;
		margin: 10px auto 0 auto;
		float: none;
		clear: left;
	}
	.top-strip .left a{
		border-bottom: 1px solid #3c3d3f;
		margin-bottom: 10px;
		display: block;
		text-align: center;
	}
	.top-strip .left img {
		margin-left: auto;
		max-width: 62%;
	}
	.top-strip .right {
		float: none;
		width: 70%;
		margin: 0 auto 22px auto;
		position: relative;
		top: 0;
		right: 0;
		position: absolute;
	}
	.top-strip .description {
		display: none;
	}
	.top-strip span.close{display: none;}
	.cigallery-next, .cigallery-prev{
		/*display: none;*/
	}
	.bottom-desc{
		display: block;
		width: 100%;
	}
	.pagination{
		border-top: 1px solid #2b2b2b;
	}
	.pagination, .bottom-desc{
		display: block;
		color: #fff;
		font-size: 11px;
		line-height: 18px;
		max-height: 30%;
		overflow: auto;
	}
	.pagination ul{display: none;}
	.cigallery-prev,.cigallery-next{
		position: absolute;
		top: 48%;
		width: 25px;
		height: 40px;
		background: url('http://i.imgci.com/espncricinfo/cricket_monthly/tcm-gallery-mobile-prev-next-.png') no-repeat 0px 0px;
		text-indent: -9999px;
		cursor: pointer;
		z-index: 4;
	}
	.cigallery-next{
		background-position: 0px -42px;
		right: 0;
	}
	.cigallery-prev{
		left: 0;
		background-position: 0px 0px;
	}
	.cigallery-prev.disabled{
		background-position: -28px 0px !important;
		cursor: default;
	}
	.cigallery-next.disabled{
		background-position: -28px -42px !important;
		cursor: default;
	}
	.bottom-desc .title,.bottom-desc .credit{
		display: block;
		color: #bdbdbd;
	}

}
@media (max-width: 640px) and (orientation: landscape){
	.pagination, .bottom-desc{
		font-size: 11px;
		max-height: 24%;
	}
	.top-strip .right{
		float: left;
		width: 35%;
		margin: 10px auto 22px;
		position: absolute;
		top: 0;
		right: 0;
	}
	.social-share-wrap{
		margin: 6px 0 10px 0;
		position: relative;
	}
	.social-share-wrap .fbbutton,.social-share-wrap .tweetbutton{display: none;}
	.top-strip .left{
		float: left;
		margin: 10px auto 0px;
		float: left;
		width: 100%;
	}
	.top-strip .left img {
		margin-left: auto;
		max-width: 50%;
	}
	.top-strip .middle {
		float: left;
		width: 75%;
		display: none;
	}
}