/* 

	Resets defualt browser settings

	reset.css

*/



:focus { outline:0; }

a:active { outline:none; }





/*table { border-collapse:separate; border-spacing:0; }*/

caption,th,td { /*text-align:left;*/ font-weight:normal; }

blockquote:before,blockquote:after,q:before,q:after { content:""; }

blockquote,q { quotes:"" ""; }



/*

	Page style

*/





#pub1 {

	width:280px;



	margin:0 auto;

	position:relative;

	z-index:0;

}



#example {

	width:280px;

	height:210px;

	position:relative;

}











/*

	Slideshow

*/



#slides {

	width:280px;

	position:absolute;

	z-index:100;

}



/*

	Slides container

	Important:

	Set the width of your slides container

	Set to display none, prevents content flash

*/



.slides_container {

	width:280px;

	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_container div.slide {

	width:280px;

	height:210px;

	display:block;

}





/*

	Next/prev buttons

*/





/*

	Pagination

*/



.pagination {

	margin:0px;

	width:200px;

	position: absolute;

	padding:0px; 

}





.pagination li {

	float:left;

	margin:0 1px;

	list-style:none;

	padding:0px;

	float:left;

}



.pagination li a {

	display:block;

	width:12px;

	height:0;

	padding-top:12px;

	background-image:url(http://issme.org/img/pagination.png);

	background-position:0 0;

	float:left;

	overflow:hidden;

}



.pagination li.current a {

	background-position:0 -12px;

}



/*

	Caption

*/