*{
	margin:0;
	padding:0;
}
 
 
.dyn {
  margin-bottom:40px !important;
} 

.dyn h2 {
  background: none repeat scroll 0 0 transparent !important;
}
 
.booklet .b-wrap-left  {
	background:#fff url(../images/left_bg.jpg) no-repeat top left;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.booklet .b-wrap-right {
	background:#efefef url(../images/right_bg.jpg) no-repeat top left;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.booklet .b-counter {
	bottom:10px;
	position:absolute;
	display:block;
	width:90%;
	height:20px;
	border-top:1px solid #ddd;
	color:#222;
	text-align:center;
	font-size:12px;
	padding:5px 0 0;
	background:transparent;
	-moz-box-shadow:0px -1px 1px #fff;
	-webkit-box-shadow:0px -1px 1px #fff;
	box-shadow:0px -1px 1px #fff;
	opacity:0.8;
	display:none;
}
.book_wrapper_dyn{
	margin:0 auto;
	padding-top:0px;
	width:569px;
	height:329px;
	position:relative;
	background:transparent url(../images/bg.png) no-repeat 0px 0px;
}
.book_wrapper_dyn h1{
	color:#13386a;
	margin:5px 5px 5px 15px;
	font-size:26px;
	background:transparent url(http://penguinqa.srijan-sites.com/sites/all/modules/penguin/booklet/images/h1.png) no-repeat bottom left;
	padding-bottom:7px;
}
.book_wrapper_dyn p{
	font-size:16px;
	margin:5px 5px 5px 15px;
}
.book_wrapper_dyn a.article,
.book_wrapper_dyn a.demo{
	background:transparent url(http://penguinqa.srijan-sites.com/sites/all/modules/penguin/booklet/images/circle.png) no-repeat 50% 0px;
	display:block;
	width:95px;
	height:41px;
	text-decoration:none;
	outline:none;
	font-size:16px;
	color:#555;
	float:left;
	line-height:41px;
	padding-left:47px;
}
.book_wrapper_dyn a.demo{
	margin-left:50px;
}
.book_wrapper_dyn a.article:hover,
.book_wrapper_dyn a.demo:hover{
	background-position:50% -41px;
	color:#13386a;
}
 
 
img.gImg{ margin: 25px;}

a#next_page_button,
a#prev_page_button{
	display:none;
	position:absolute;
	width:26px;
	height:24px;
	cursor:pointer;
	margin-top:-20px;
	top:87.5%;
	background:transparent url(../images/buttons.png) no-repeat -8px -48px;
	z-index:999;
}
a#prev_page_button{
	left:388px;
}
a#next_page_button{
	right:125px;
	background-position:-48px -48px;
}
a#next_page_button:hover{
	background-position:-48px -8px;
}
a#prev_page_button:hover{
	background-position:-8px -8px;
}
.loading_dyn{
	width:160px;
	height:56px;
	position: absolute;
	top:50%;
	margin-top:-28px;
	right:135px;
	line-height:56px;
	color:#fff;
	padding-left:60px;
	font-size:15px;
	background: #000 url(../images/ajax-loader.gif) no-repeat 10px 50%;
	opacity: 0.7;
	z-index:9999;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	
}
.rpgTxt{ padding:25px; color:#4e5450; font-size:15px; line-height:22px;}
.photoBg{ background:url(../images/photoBg.jpg) 0 0 no-repeat; height:286px;}