.slideshow {
	width: 440px;
}
#slidercontainer {
	width: 440px;
	float: left;
	position: relative;
}
/*
	Slideshow
*/
#slides {
	/*position:absolute;*/
	float: left;
	width: 440px;
	z-index: 100;
}
/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/
#slides .slides_container {
	width: 440px;
	overflow: hidden;
	position: relative;
	display: none;
}
/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/
#slides .slides_container div.slide {
	width: 440px;
	height: 390px;
	display: block;
	overflow: hidden;
}
#slides .slides_container div.slide .sliderimage {
	width: 440px;
	height: 330px;
	overflow: hidden;
	float: left;
}
#slides .slides_container div.slide .sliderimage img {
	width: 440px;
	min-height: 330px;
}
/*
	Next/prev buttons
*/
#slides .snext a {
}
#slides .snext {
	position: absolute;
	bottom: 5px;
	left: 35px;
	width: 14px;
	height: 14px;
	display: block;
	z-index: 999;
	background: url(../images/img/arrows.png) no-repeat right 0;
}
#slides .sprev {
	position: absolute;
	bottom: 5px;
	left: 5px;
	width: 14px;
	height: 14px;
	display: block;
	z-index: 999;
	background: url(../images/img/arrows.png) no-repeat left 0;
}
/*
	Pagination
*/
#slides ul.pagination {
	z-index: 200;
	/*position:absolute; 
	top:5px;
	left:32%;*/
	margin: 0;
	padding: 4px 1%;
	text-align: right;
	width: 98%;
	background: #DFDFDF;
}
#slides .pagination li {
	margin: 0 1px;
	list-style: none;
	display: inline-block;
}
#slides .pagination li a {
	display: block;
	/*width:17px;
	height:17px;
	background-image:url(../images/img/pagination.png);
	background-position:0 0;*/	
	float: left;
	overflow: hidden;
	background: #F5F5F5;
	border: 1px solid #FFF;
	color: #333;
	padding: 2px 4px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#slides .pagination li.current a, .pagination li a:hover, .pagination li.current a:hover {
	/*background-position:0 -17px;*/
	background: #333333;
	border: 1px solid #808080;
	color: #FFF;
}
/*
	Caption
*/
#slides .caption {
	z-index: 500;
	position: absolute;
	font-size: 16px;
	color: #fff;
	text-shadow: none;
	width: 96%;
	padding: 5px 2%;
	bottom: 0px;
	background: url(../images/main-bg.png) repeat;
	background: #FBFBFB;
}
#slides .caption h3 {
	font-size: 17px;
	margin: 0;
	padding: 0;
	line-height: 17px;
	color: #000;
}
#slides .caption h3 a {
	color: #0064BE;
	text-decoration: none;
}
#slides .caption h3 a:hover {
	color: #212121;
	text-decoration: underline;
}
#slides .caption p {
	margin: 0px;
	padding: 0px;
	padding: 5px 0px;
	color: #333;
	font-size: 14px;
	line-height: 17px;
}
#slides .caption p span.photo-by {
	width: 100%;
	float: left;
	font-size: 12px;
	padding: 5px 0px;
}
/*manoram*/
#photocontainer {
	width: 340px;
	float: left;
	position: relative;
	background: #F4F4F4;
	padding: 10px;
}
/*
	Slideshow
*/
#photoslides {
	/*position:absolute;*/
	float: left;
	width: 340px;
	z-index: 100;
}
/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/
#photoslides .slides_container {
	width: 340px;
	overflow: hidden;
	position: relative;
	display: none;
}
/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/
#photoslides .slides_container div.slide {
	width: 340px;
	height: 325px;
	display: block;
	overflow: hidden;
}
#photoslides .slides_container div.slide .sliderimage {
	width: 340px;
	height: 240px;
	overflow: hidden;
	float: left;
}
#photoslides .slides_container div.slide .sliderimage img {
	width: 340px;
	min-height: 240px;
}
/*
	Next/prev buttons
*/
#photoslides .next a {
}
#photoslides .next {
	position: absolute;
	bottom: 5px;
	left: 35px;
	width: 14px;
	height: 14px;
	display: block;
	z-index: 999;
	background: url(../images/img/arrows.png) no-repeat right 0;
}
#photoslides .prev {
	position: absolute;
	bottom: 5px;
	left: 5px;
	width: 14px;
	height: 14px;
	display: block;
	z-index: 999;
	background: url(../images/img/arrows.png) no-repeat left 0;
}
/*
	Pagination
*/
#photoslides ul.pagination {
	z-index: 200;
	position: absolute;
	bottom: 5px;
	left: 0;
	margin: 0;
	padding: 4px 1%;
	text-align: center;
	width: 98%;
}
#photoslides .pagination li {
	margin: 0 1px;
	list-style: none;
	display: inline-block;
}
#photoslides .pagination li a {
	display: block;
	width: 9px;
	height: 9px;
	/*background-image:url(../images/img/pagination.png);
	background-position:0 0;*/	
	float: left;
	overflow: hidden;
	background: #F5F5F5;
	border: 1px solid #CCCCCC;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#photoslides .pagination li.current a, #photoslides .pagination li a:hover, #photoslides .pagination li.current a:hover {
	/*background-position:0 -17px;*/
	background: #CCCCCC;
	border: 1px solid #CCCCCC;
	color: #FFF;
}
/*
	Caption
*/
#photoslides .caption {
	z-index: 500;
	position: absolute;
	font-size: 16px;
	color: #fff;
	text-shadow: none;
	width: 96%;
	padding: 5px 2%;
	bottom: 0px;
	background: #F4F4F4;
}
#photoslides .caption h3 {
	font-size: 17px;
	margin: 0;
	padding: 0;
	line-height: 17px;
	color: #000;
}
#photoslides .caption h3 a {
	color: #0064BE;
	text-decoration: none;
}
#photoslides .caption h3 a:hover {
	color: #212121;
	text-decoration: underline;
}
#photoslides .caption p {
	margin: 0px;
	padding: 0px;
	padding: 5px 0px;
	color: #333;
	font-size: 14px;
	line-height: 17px;
}
#photoslides .caption p span.photo-by {
	width: 100%;
	float: left;
	font-size: 12px;
	padding: 5px 0px;
}
/*celebrity*/

#celebritycontainer {
	width: 216px;
	float: left;
	position: relative;
}
/*
	Slideshow
*/
#celebrityslides {
	/*position:absolute;*/
	float: left;
	width: 216px;
	z-index: 100;
}
/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/
#celebrityslides .slides_container {
	width: 216px;
	overflow: hidden;
	position: relative;
	display: none;
}
/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

#celebrityslides .slides_container div.slide {
	width: 216px;
	height: 370px;
	display: block;
	overflow: hidden;
}
#celebrityslides .slides_container div.slide .sliderimage {
	width: 216px;
	height: 292px;
	overflow: hidden;
	float: left;
}
#celebrityslides .slides_container div.slide .sliderimage img {
	width: 216px;
	min-height: 292px;
}
/*
	Next/prev buttons
*/
#celebrityslides .cnext a {
}
#celebrityslides .cnext {
	position: absolute;
	top: -35px;
	right: 0px;
	width: 14px;
	height: 14px;
	display: block;
	z-index: 999;
	background: url(../images/img/arrows.png) no-repeat right 0;
}
#celebrityslides .cprev {
	position: absolute;
	top: -35px;
	right: 25px;
	width: 14px;
	height: 14px;
	display: block;
	z-index: 999;
	background: url(../images/img/arrows.png) no-repeat left 0;
}
/*
	Pagination
*/
#celebrityslides ul.pagination {
	z-index: 200;
	position: absolute;
	bottom: -10px;
	left: 0;
	margin: 0;
	padding: 4px 1%;
	text-align: center;
	width: 98%;
}
#celebrityslides .pagination li {
	margin: 0 1px;
	list-style: none;
	display: inline-block;
}
#celebrityslides .pagination li a {
	display: block;
	width: 9px;
	height: 9px;
	/*background-image:url(../images/img/pagination.png);
	background-position:0 0;*/	
	float: left;
	overflow: hidden;
	background: #F5F5F5;
	border: 1px solid #CCCCCC;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#celebrityslides .pagination li.current a, #celebrityslides .pagination li a:hover, #celebrityslides .pagination li.current a:hover {
	/*background-position:0 -17px;*/
	background: #CCCCCC;
	border: 1px solid #CCCCCC;
	color: #FFF;
}
/*
	Caption
*/
#celebrityslides .caption {
	z-index: 500;
	position: absolute;
	font-size: 16px;
	color: #fff;
	text-shadow: none;
	width: 96%;
	padding: 5px 2%;
	bottom: 0px;
	background: #F4F4F4;
}
#celebrityslides .caption h3 {
	font-size: 17px;
	margin: 0;
	padding: 0;
	line-height: 17px;
	color: #000;
}
#celebrityslides .caption h3 a {
	color: #0064BE;
	text-decoration: none;
}
#celebrityslides .caption h3 a:hover {
	color: #212121;
	text-decoration: underline;
}
#celebrityslides .caption p {
	margin: 0px;
	padding: 0px;
	padding: 5px 0px;
	color: #333;
	font-size: 14px;
	line-height: 17px;
}
#celebrityslides .caption p span.photo-by {
	width: 100%;
	float: left;
	font-size: 12px;
	padding: 5px 0px;
}
/*profile*/
#profilecontainer {
	width: 362px;
	float: left;
	position: relative;
}
/*
	Slideshow
*/
#profileslides {
	/*position:absolute;*/
	float: left;
	width: 362px;
	z-index: 100;
}
/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

#profileslides .slides_container {
	width: 362px;
	overflow: hidden;
	position: relative;
	display: none;
}
/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/
#profileslides .slides_container div.slide {
	width: 362px;
	height: 163px;
	display: block;
	overflow: hidden;
}
#profileslides .slides_container div.slide .sliderimage {
	width: 210px;
	height: 163px;
	overflow: hidden;
	float: left;
}
#profileslides .slides_container div.slide .sliderimage img {
	width: 175px;
	min-height: 163px;
}
/*
	Next/prev buttons
*/
#profileslides .pnext a {
}
#profileslides .pnext {
	position: absolute;
	top: -24px;
	right: 14px;
	width: 14px;
	height: 14px;
	display: block;
	z-index: 999;
	background: url(../images/img/arrows.png) no-repeat right 0;
}
#profileslides .pprev {
	position: absolute;
	top: -24px;
	right: 37px;
	width: 14px;
	height: 14px;
	display: block;
	z-index: 999;
	background: url(../images/img/arrows.png) no-repeat left 0;
}
/*
	Pagination
*/

#profileslides ul.pagination {
	z-index: 200;
	position: absolute;
	bottom: -10px;
	left: 0;
	margin: 0;
	padding: 4px 1%;
	text-align: center;
	width: 98%;
}
#profileslides .pagination li {
	margin: 0 1px;
	list-style: none;
	display: inline-block;
}
#profileslides .pagination li a {
	display: block;
	width: 9px;
	height: 9px;
	/*background-image:url(../images/img/pagination.png);
	background-position:0 0;*/	
	float: left;
	overflow: hidden;
	background: #F5F5F5;
	border: 1px solid #CCCCCC;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#profileslides .pagination li.current a, #profileslides .pagination li a:hover, #profileslides .pagination li.current a:hover {
	/*background-position:0 -17px;*/
	background: #CCCCCC;
	border: 1px solid #CCCCCC;
	color: #FFF;
}
/*
	Caption
*/
#profileslides .caption {
	z-index: 500;
	position: absolute;
	font-size: 16px;
	color: #fff;
	text-shadow: none;
	width: 179px;
	/*padding:5px 2%;*/
	top: 30%;
	right: 0;
	font-family: Arial;
}
#profileslides .caption h3 {
	font-size: 17px;
	margin: 0;
	padding: 0;
	line-height: 17px;
	color: #000;
}
#profileslides .caption h3 a {
	color: #0064BE;
	text-decoration: none;
}
#profileslides .caption h3 a:hover {
	color: #212121;
	text-decoration: underline;
}
#profileslides .caption p {
	margin: 0px;
	padding: 0px;
	padding: 5px 0px;
	color: #6A6A6A;
	font-weight: normal;
	line-height: 17px;
	font-size: 14px
}
#profileslides .caption p span.photo-by {
	width: 100%;
	float: left;
	padding: 5px 0px;
	font-weight: normal;
}
#profileslides .caption p span.photo-by a {
	color: #0064BE;
	text-decoration: underline;
}
#profileslides .caption p span.photo-by a:hover {
	color: #333;
	text-decoration: none;
}
/*notice*/
#noticecontainer {
	width: 242px;
	float: left;
	position: relative;
}
/*
	Slideshow
*/

#noticeslides {
	/*position:absolute;*/
	float: left;
	width: 242px;
	z-index: 100;
}
/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/
#noticeslides .slides_container {
	width: 242px;
	overflow: hidden;
	position: relative;
	display: none;
}
/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/
#noticeslides .slides_container div.slide {
	width: 242px;
	height: 296px;
	display: block;
	overflow: hidden;
}
#noticeslides .slides_container div.slide .sliderimage {
	width: 242px;
	height: 296px;
	overflow: hidden;
	float: left;
}
#noticeslides .slides_container div.slide .sliderimage img {
	width: 242px;
	min-height: 296px;
}
/*
	Next/prev buttons
*/
#noticeslides .next a {
}
#noticeslides .next {
	position: absolute;
	top: 10px;
	right: 5px;
	width: 14px;
	height: 14px;
	display: block;
	z-index: 999;
	background: url(../images/img/arrows.png) no-repeat right 0;
}
#noticeslides .prev {
	position: absolute;
	top: 10px;
	right: 30px;
	width: 14px;
	height: 14px;
	display: block;
	z-index: 999;
	background: url(../images/img/arrows.png) no-repeat left 0;
}
/*
	Pagination
*/
#noticeslides ul.pagination {
	z-index: 200;
	position: absolute;
	bottom: -10px;
	left: 0;
	margin: 0;
	padding: 4px 1%;
	text-align: center;
	width: 98%;
}
#noticeslides .pagination li {
	margin: 0 1px;
	list-style: none;
	display: inline-block;
}
#noticeslides .pagination li a {
	display: block;
	width: 9px;
	height: 9px;
	/*background-image:url(../images/img/pagination.png);
	background-position:0 0;*/	
	float: left;
	overflow: hidden;
	background: #F5F5F5;
	border: 1px solid #CCCCCC;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#noticeslides .pagination li.current a, #noticeslides .pagination li a:hover, #noticeslides .pagination li.current a:hover {
	/*background-position:0 -17px;*/
	background: #CCCCCC;
	border: 1px solid #CCCCCC;
	color: #FFF;
}
/*
	Caption
*/
#noticeslides .caption {
	z-index: 500;
	position: absolute;
	font-size: 16px;
	color: #fff;
	text-shadow: none;
	width: 220px;
	/*padding:5px 2%;*/
	top: 20%;
	right: 0;
}
#noticeslides .caption h3 {
	font-size: 17px;
	margin: 0;
	padding: 0;
	line-height: 17px;
	color: #000;
}
#noticeslides .caption h3 a {
	color: #0064BE;
	text-decoration: none;
}
#noticeslides .caption h3 a:hover {
	color: #212121;
	text-decoration: underline;
}
#noticeslides .caption p {
	margin: 0px;
	padding: 0px;
	padding: 5px 0px;
	color: #6A6A6A;
	font-weight: bold;
	line-height: 17px;
}
#noticeslides .caption p span.photo-by {
	width: 100%;
	float: left;
	padding: 5px 0px;
	font-weight: normal;
}
#noticeslides .caption p span.photo-by a {
	color: #0064BE;
	text-decoration: underline;
}
#noticeslides .caption p span.photo-by a:hover {
	color: #333;
	text-decoration: none;
}