/** back top**/


.floatright {float:none;}

.back-top, .back-top a, {display:none;}

.back-top { bottom: 75px; right: 10px; margin-bottom: 0; display: block; position: fixed; display: scroll; display: none;
opacity: 1; z-index: 999;
/* For IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); }
.back-top a { width: 40px; nowhitespace: afterproperty; height: 40px; display: block; text-align: center; text-transform: uppercase; text-decoration: none; background: #f7931e url(../images/up-arrow.png) no-repeat center center; border-radius: 5px; /* transition */ -webkit-transition: 1s;-moz-transition:1s;transition:1s; ; }
.back-top a:hover { background-color: #54b5a3; } /* arrow icon (span tag) */
.back-top span { width: 40px; nowhitespace: afterproperty; height: 40px; display: block; border-radius: 10px; /* transition */ -webkit-transition: 1s;-moz-transition:1s;transition:1s; ; }

.back-top img{ width:40px ; height:40px}



/** back previous**/


.back-previous, .back-previous a, {display:none;}

.back-previous { bottom: 75px; left: 10px; margin-bottom: 0; display: block; position: fixed; display: scroll; display: none; 
opacity: .60; 
/* For IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);}
.back-previous a { width: 40px; nowhitespace: afterproperty; height: 40px; display: block; text-align: center; text-transform: uppercase; text-decoration: none; background: #333 url(../images/previous-arrow.png) no-repeat center center; border-radius: 5px; /* transition */ -webkit-transition: 1s;-moz-transition:1s;transition:1s; ; }
.back-previous a:hover { background-color: #333 } /* arrow icon (span tag) */
.back-previous span { width: 40px; nowhitespace: afterproperty; height: 40px; display: block; border-radius: 10px; /* transition */ -webkit-transition: 1s;-moz-transition:1s;transition:1s;  }

.back-previous img{ width:40px ; height:40px}
